.. |
css
|
235c4cfcf7
! add preview class to the author link so tooltips of the previews look the same
|
12 лет назад |
fonts
|
a18e888838
10610
|
13 лет назад |
images
|
1ea9ca829b
! image name changes to go with the star->icon commit ... still need to update the upgrade script for this
|
12 лет назад |
languages
|
193560918d
! part of [bug 4873] If agreement.txt is missing, show an error. emanuele has the rest of the fix
|
12 лет назад |
scripts
|
a869e64fbb
! although we will not use this :P, the tooltip could pop off screen, this fixes that
|
12 лет назад |
Admin.template.php
|
f29876b0ef
! update search template to use progress bar graphic in place of xx% done text
|
12 лет назад |
BoardIndex.template.php
|
705b145fa6
! First of many cleanup commits to better support the penguin theme
|
12 лет назад |
Calendar.template.php
|
00c470f243
! Update the iCal export function. Add in permissions and interface to actually use it as well. WIP
|
13 лет назад |
Compat.template.php
|
c3f6282f89
! Our str_ireplace function can support the argument as we support PHP 4.1.0+ (Subs-Compat.php)
|
13 лет назад |
Display.template.php
|
235c4cfcf7
! add preview class to the author link so tooltips of the previews look the same
|
12 лет назад |
Errors.template.php
|
9b3431a24a
! General template cleanup, css, text, etc ... the mundane stuff that makes you crazy
|
12 лет назад |
GenericControls.template.php
|
25b9438d46
! change ?fin20 to ?alp21, many files, question is which ones did I miss :P
|
13 лет назад |
GenericList.template.php
|
d214416eee
! add a class element .sort to the sort icon so it can be positioned in the headers independent of the text
|
13 лет назад |
GenericMenu.template.php
|
9b3431a24a
! General template cleanup, css, text, etc ... the mundane stuff that makes you crazy
|
12 лет назад |
Help.template.php
|
9b3431a24a
! General template cleanup, css, text, etc ... the mundane stuff that makes you crazy
|
12 лет назад |
Login.template.php
|
39c901c148
! couple of minor consistency / alignment things
|
13 лет назад |
ManageAttachments.template.php
|
705b145fa6
! First of many cleanup commits to better support the penguin theme
|
12 лет назад |
ManageBans.template.php
|
25b9438d46
! change ?fin20 to ?alp21, many files, question is which ones did I miss :P
|
13 лет назад |
ManageBoards.template.php
|
705b145fa6
! First of many cleanup commits to better support the penguin theme
|
12 лет назад |
ManageCalendar.template.php
|
ac1a1c3737
! template and source updates to increase commonality of display across the various templates. This is like chasing cockroaches, there are always more. Many files
|
13 лет назад |
ManageLanguages.template.php
|
5a59df038c
Few br class clear
|
12 лет назад |
ManageMail.template.php
|
705b145fa6
! First of many cleanup commits to better support the penguin theme
|
12 лет назад |
ManageMaintenance.template.php
|
705b145fa6
! First of many cleanup commits to better support the penguin theme
|
12 лет назад |
ManageMembergroups.template.php
|
a36ef57476
! 4677: Text string "stars" and image name (star*.gif) needs change. So much ugliness to keep the code consistent with the name change ... stars is now icons, everywhere I hope.
|
12 лет назад |
ManageMembers.template.php
|
705b145fa6
! First of many cleanup commits to better support the penguin theme
|
12 лет назад |
ManageNews.template.php
|
f29876b0ef
! update search template to use progress bar graphic in place of xx% done text
|
12 лет назад |
ManagePaid.template.php
|
705b145fa6
! First of many cleanup commits to better support the penguin theme
|
12 лет назад |
ManagePermissions.template.php
|
5a59df038c
Few br class clear
|
12 лет назад |
ManageScheduledTasks.template.php
|
241126035d
! fix some more minor template issues
|
13 лет назад |
ManageSearch.template.php
|
f29876b0ef
! update search template to use progress bar graphic in place of xx% done text
|
12 лет назад |
ManageSmileys.template.php
|
705b145fa6
! First of many cleanup commits to better support the penguin theme
|
12 лет назад |
Memberlist.template.php
|
6d30321ca8
+ New permission to send emails to members [Bug 4969]
|
13 лет назад |
MessageIndex.template.php
|
c99b41d4b3
/me doesn't like $ txt['in']. Removed many, kept few. Part of [Bug 4822]
|
12 лет назад |
ModerationCenter.template.php
|
9b3431a24a
! General template cleanup, css, text, etc ... the mundane stuff that makes you crazy
|
12 лет назад |
MoveTopic.template.php
|
0b1f8df7bc
! First commit of moved topic upgrades. Allows to set an expiration limit on the moved notice for auto removal, Adds ability to redirect by clicking on the moved topic notice from the topic list instead of navigating in to the moved topic message to select the link.
|
13 лет назад |
Notify.template.php
|
d60accdcbc
! conversion of gif to png, many files, source and templates
|
13 лет назад |
Packages.template.php
|
705b145fa6
! First of many cleanup commits to better support the penguin theme
|
12 лет назад |
PersonalMessage.template.php
|
a36ef57476
! 4677: Text string "stars" and image name (star*.gif) needs change. So much ugliness to keep the code consistent with the name change ... stars is now icons, everywhere I hope.
|
12 лет назад |
Poll.template.php
|
5a59df038c
Few br class clear
|
12 лет назад |
Post.template.php
|
3d88329116
! 0004789: Quickbuttons markup not the best for custom theming.
|
12 лет назад |
Printpage.template.php
|
c3f6282f89
! Our str_ireplace function can support the argument as we support PHP 4.1.0+ (Subs-Compat.php)
|
13 лет назад |
Profile.template.php
|
3d88329116
! 0004789: Quickbuttons markup not the best for custom theming.
|
12 лет назад |
Recent.template.php
|
3d88329116
! 0004789: Quickbuttons markup not the best for custom theming.
|
12 лет назад |
Register.template.php
|
193560918d
! part of [bug 4873] If agreement.txt is missing, show an error. emanuele has the rest of the fix
|
12 лет назад |
Reminder.template.php
|
d60accdcbc
! conversion of gif to png, many files, source and templates
|
13 лет назад |
Reports.template.php
|
ac1a1c3737
! template and source updates to increase commonality of display across the various templates. This is like chasing cockroaches, there are always more. Many files
|
13 лет назад |
Search.template.php
|
3d88329116
! 0004789: Quickbuttons markup not the best for custom theming.
|
12 лет назад |
SendTopic.template.php
|
a589351003
Another couple of br clear
|
12 лет назад |
Settings.template.php
|
8e50023464
+ Add settings for message preview length, remove hard coded value
|
13 лет назад |
SplitTopics.template.php
|
4d7b0f5d75
! couple of more of those pesky align issues, calendar view button and SplitTopics.template.php
|
13 лет назад |
Stats.template.php
|
0985593600
! more general cleanup ...
|
13 лет назад |
Themes.template.php
|
4cb26cd116
! 0004780: Theme settings: remove?
|
12 лет назад |
Who.template.php
|
805f28ddbf
! adjustments to the credits page, separate mods and library packs from copyright section to their own
|
12 лет назад |
Wireless.template.php
|
c3f6282f89
! Our str_ireplace function can support the argument as we support PHP 4.1.0+ (Subs-Compat.php)
|
13 лет назад |
Xml.template.php
|
579a36f574
! pedantic things, just cuz
|
12 лет назад |
index.php
|
a18e888838
10610
|
13 лет назад |
index.template.php
|
e284242990
! General cleanup, spelling, spacing, extra lines, etc ....
|
12 лет назад |
license.txt
|
f9cb33a75c
! Theme editing didn't correctly handle session errors for templates (Themes.php)
|
13 лет назад |