.. |
css
|
52a8d99877
! Fix icon misalignment
|
11 年之前 |
fonts
|
c65441c467
New Fonts with open license
|
11 年之前 |
images
|
4ab051b3a4
Merge pull request #1040 from Xarcell/release-2.1
|
11 年之前 |
languages
|
995d7286b2
! And some rearrangement of the stuff a little. I'm not happy with it but that profile area is currently huge and needs to be split a bit. Too much in one place.
|
11 年之前 |
scripts
|
8131978868
! And some JS we don't need any more.
|
11 年之前 |
Admin.template.php
|
43fd8e85a8
Merge pull request #837 from live627/upd
|
11 年之前 |
BoardIndex.template.php
|
87dcb5e334
! And another icon that could safely reuse one of our sprites.
|
11 年之前 |
Calendar.template.php
|
2c50939f27
Copyright update per BoD
|
11 年之前 |
Compat.template.php
|
2c50939f27
Copyright update per BoD
|
11 年之前 |
Display.template.php
|
21c2b6b75c
! www and www_sm were the same icon, so let's harmonise that.
|
11 年之前 |
Errors.template.php
|
670cffd140
! When working with cron and the error log, some of the values will not exist (or if they did exist they would be meaningless and so should be disregarded anyway), so let's do something about that.
|
11 年之前 |
GenericControls.template.php
|
457cb2fc39
! Don't disable the WYSIWYG editor in IE11
|
11 年之前 |
GenericList.template.php
|
c9a8db42ce
! Let's replace those sort_up.png and sort_down.pngs more generally with a single image sprite. For those worrying about backwards compatibility, there already wasn't because the old images were GIFs, these are PNGs, so old themes would already be a bit iffy anyway. But now it's styleable from CSS - and that also means it's variant-safe as well should someone wish to do something with that.
|
11 年之前 |
GenericMenu.template.php
|
b765ba6d51
Forgot to signoff again...
|
11 年之前 |
Help.template.php
|
2c50939f27
Copyright update per BoD
|
11 年之前 |
Likes.template.php
|
807a6f6ec6
! I like this. It feels ugly, though, but it works (non AJAXively for now)
|
11 年之前 |
Login.template.php
|
2c50939f27
Copyright update per BoD
|
11 年之前 |
ManageAttachments.template.php
|
05f73b0b96
! I don't really see any need to have two different loading spinner icons... so let's just have one and be done with it.
|
11 年之前 |
ManageBans.template.php
|
1cb9d75287
Adds a select all to ban triggers
|
11 年之前 |
ManageBoards.template.php
|
6f92316cd2
! Combine three icons into a sprite for moving things around, and just for fun, let's make the board move icons actually more meaningful than they were before.
|
11 年之前 |
ManageCalendar.template.php
|
2c50939f27
Copyright update per BoD
|
11 年之前 |
ManageLanguages.template.php
|
ba0e188848
! This should now use the right image, and also remove two more images that I can't find any uses of in the source.
|
11 年之前 |
ManageMail.template.php
|
2c50939f27
Copyright update per BoD
|
11 年之前 |
ManageMaintenance.template.php
|
0968c6e1c0
Use .infobox iinstead of .maintenance_finished
|
11 年之前 |
ManageMembergroups.template.php
|
af2fc5692a
! In the non-deny setup, the 'check all' textbox was mysteriously detached from its label.
|
11 年之前 |
ManageMembers.template.php
|
2c50939f27
Copyright update per BoD
|
11 年之前 |
ManageNews.template.php
|
06e0852708
! Code cleanliness
|
11 年之前 |
ManagePaid.template.php
|
2c50939f27
Copyright update per BoD
|
11 年之前 |
ManagePermissions.template.php
|
d3d96e5108
! Kill the simple permissions page as per #509
|
11 年之前 |
ManageScheduledTasks.template.php
|
4134b9c2f0
Use .infobox iinstead of #task_completed
|
11 年之前 |
ManageSearch.template.php
|
2c50939f27
Copyright update per BoD
|
11 年之前 |
ManageSmileys.template.php
|
6f92316cd2
! Combine three icons into a sprite for moving things around, and just for fun, let's make the board move icons actually more meaningful than they were before.
|
11 年之前 |
Memberlist.template.php
|
c9a8db42ce
! Let's replace those sort_up.png and sort_down.pngs more generally with a single image sprite. For those worrying about backwards compatibility, there already wasn't because the old images were GIFs, these are PNGs, so old themes would already be a bit iffy anyway. But now it's styleable from CSS - and that also means it's variant-safe as well should someone wish to do something with that.
|
11 年之前 |
MessageIndex.template.php
|
484927d55f
Signed-off-by: Hristo- <[email protected]>
|
11 年之前 |
ModerationCenter.template.php
|
4e806d924e
! When showing the reported posts, show which board they're in at the same time.
|
11 年之前 |
MoveTopic.template.php
|
2c50939f27
Copyright update per BoD
|
11 年之前 |
Notify.template.php
|
2c50939f27
Copyright update per BoD
|
11 年之前 |
Packages.template.php
|
fb80ffbb59
! Convert the package manager's collapsible areas to not use images except in one specific case
|
11 年之前 |
PersonalMessage.template.php
|
f61f1788a0
! Code cleanliness and another thing we're not using any more.
|
11 年之前 |
Poll.template.php
|
2c50939f27
Copyright update per BoD
|
11 年之前 |
Post.template.php
|
b27cf8b015
! And also the post page.
|
11 年之前 |
Printpage.template.php
|
f2c884ccea
Spaces and tabs - nitpicking
|
11 年之前 |
Profile.template.php
|
fcf00e51c8
! Let's actually save our alert preferences.
|
11 年之前 |
Recent.template.php
|
484927d55f
Signed-off-by: Hristo- <[email protected]>
|
11 年之前 |
Register.template.php
|
5f6cc7cf99
! Convert a use of fopen/fwrite/fclose to file_put_contents (Mantis 4913) and also have it report whether something was saved properly or not (another for #802)
|
11 年之前 |
Reminder.template.php
|
2c50939f27
Copyright update per BoD
|
11 年之前 |
Reports.template.php
|
2c50939f27
Copyright update per BoD
|
11 年之前 |
Search.template.php
|
e49a4b1af4
! Search 'board selector' should really use smcToggle
|
11 年之前 |
SendTopic.template.php
|
0c9e67bbcd
Don't allow guests to report posts anymore
|
11 年之前 |
Settings.template.php
|
69c7cddd13
! Sent messages should just be saved. Keep it simple, folks. Fixes #716
|
11 年之前 |
SplitTopics.template.php
|
a262806bd2
Don't use $txt['by']
|
11 年之前 |
Stats.template.php
|
86eb121409
! Convert the stats page (and a bit of the profile page) to use a sprite instead of regular images.
|
11 年之前 |
Themes.template.php
|
f9a70d7585
Small fixes to Theme Install/Manage page
|
11 年之前 |
Who.template.php
|
c9a8db42ce
! Let's replace those sort_up.png and sort_down.pngs more generally with a single image sprite. For those worrying about backwards compatibility, there already wasn't because the old images were GIFs, these are PNGs, so old themes would already be a bit iffy anyway. But now it's styleable from CSS - and that also means it's variant-safe as well should someone wish to do something with that.
|
11 年之前 |
Wireless.template.php
|
c6a337ac28
! Renaming child boards to sub-boards, fixes #891
|
11 年之前 |
Xml.template.php
|
db058fdaf1
+ Allow users to say why they edited a post
|
11 年之前 |
index.php
|
a18e888838
10610
|
12 年之前 |
index.template.php
|
484927d55f
Signed-off-by: Hristo- <[email protected]>
|
11 年之前 |
license.txt
|
02667d6d57
Copyrights changed to 2012
|
12 年之前 |