.. |
tasks
|
44f9bf79c8
! This should force all outgoing email (currently at least!) to have a Message-ID. Failure to supply a message id can cause emails to be dropped as spam. sendmail itself attempts to guarantee uniqueness with a hash of microtime, but wherever feasible I've also tried to make the id both meaningful and give it something that should uniquify it. Things like newsletters, though, can't really be uniquified at sending level, so we'll just use microtime to deal with that for us.
|
10 лет назад |
Admin.php
|
0ddca017ff
! And our ever important source files, plus a little bit of consistency.
|
11 лет назад |
Avatar.php
|
0ddca017ff
! And our ever important source files, plus a little bit of consistency.
|
11 лет назад |
BoardIndex.php
|
0ddca017ff
! And our ever important source files, plus a little bit of consistency.
|
11 лет назад |
Calendar.php
|
f3d3b34142
! Don't do the allow_calendar_event tests if the calendar isn't enabled, and if you can't post, don't bother to do the extended checks. Also, the menu executes *after* principle execution so putting the allow_calendar_event code primarily in the menu code is no good for the calendar - but if we did it in the calendar, let's not redo it for the menu.
|
10 лет назад |
Class-BrowserDetect.php
|
0ddca017ff
! And our ever important source files, plus a little bit of consistency.
|
11 лет назад |
Class-CurlFetchWeb.php
|
0ddca017ff
! And our ever important source files, plus a little bit of consistency.
|
11 лет назад |
Class-Graphics.php
|
0ddca017ff
! And our ever important source files, plus a little bit of consistency.
|
11 лет назад |
Class-Package.php
|
0ddca017ff
! And our ever important source files, plus a little bit of consistency.
|
11 лет назад |
DbExtra-mysql.php
|
0ddca017ff
! And our ever important source files, plus a little bit of consistency.
|
11 лет назад |
DbExtra-postgresql.php
|
0ddca017ff
! And our ever important source files, plus a little bit of consistency.
|
11 лет назад |
DbExtra-sqlite.php
|
0ddca017ff
! And our ever important source files, plus a little bit of consistency.
|
11 лет назад |
DbExtra-sqlite3.php
|
0ddca017ff
! And our ever important source files, plus a little bit of consistency.
|
11 лет назад |
DbPackages-mysql.php
|
997ec8fc77
! Creating tables should return true once done successfully in line with other functions.
|
11 лет назад |
DbPackages-postgresql.php
|
46993a6ce6
! Things that be lurking that we don't really need here.
|
11 лет назад |
DbPackages-sqlite.php
|
46993a6ce6
! Things that be lurking that we don't really need here.
|
11 лет назад |
DbPackages-sqlite3.php
|
46993a6ce6
! Things that be lurking that we don't really need here.
|
11 лет назад |
DbSearch-mysql.php
|
0ddca017ff
! And our ever important source files, plus a little bit of consistency.
|
11 лет назад |
DbSearch-postgresql.php
|
0ddca017ff
! And our ever important source files, plus a little bit of consistency.
|
11 лет назад |
DbSearch-sqlite.php
|
0ddca017ff
! And our ever important source files, plus a little bit of consistency.
|
11 лет назад |
DbSearch-sqlite3.php
|
0ddca017ff
! And our ever important source files, plus a little bit of consistency.
|
11 лет назад |
Display.php
|
1ce7bb7392
- In the spirit of GSD, let's remove an option that's on by default, that I've never seen disabled anywhere, and that might as well just be permanently on to keep it simple.
|
10 лет назад |
Drafts.php
|
0ddca017ff
! And our ever important source files, plus a little bit of consistency.
|
11 лет назад |
Errors.php
|
eac878a05c
! Doctype conversions elsewhere. Installer, upgrader, and SSI related have been left alone for this commit because they're a bit special.
|
11 лет назад |
Groups.php
|
44f9bf79c8
! This should force all outgoing email (currently at least!) to have a Message-ID. Failure to supply a message id can cause emails to be dropped as spam. sendmail itself attempts to guarantee uniqueness with a hash of microtime, but wherever feasible I've also tried to make the id both meaningful and give it something that should uniquify it. Things like newsletters, though, can't really be uniquified at sending level, so we'll just use microtime to deal with that for us.
|
10 лет назад |
Help.php
|
0ddca017ff
! And our ever important source files, plus a little bit of consistency.
|
11 лет назад |
Karma.php
|
ad39ba6f96
! Mostly pruning type attributes, a few doctypes that lurked in templates.
|
11 лет назад |
Likes.php
|
eac878a05c
! Doctype conversions elsewhere. Installer, upgrader, and SSI related have been left alone for this commit because they're a bit special.
|
11 лет назад |
Load.php
|
21e33fac30
! Consistency is good. We really shouldn't be having these around.
|
10 лет назад |
LogInOut.php
|
6f1e82b32d
Removed unnecessary parameter, where default value was being passed into checksession().
|
10 лет назад |
Logging.php
|
1451e19611
! Something useful for logging.
|
10 лет назад |
ManageAttachments.php
|
f1879c98cf
! And some more clean-up
|
10 лет назад |
ManageBans.php
|
6041021890
! Yay for housecleaning
|
11 лет назад |
ManageBoards.php
|
22aa767e55
! Groups that can manage boards will always have access to boards, the UI now won't let you think anything different. I haven't added a message but I'm not sure one is really needed. Try this, let me know. Ref #1196
|
10 лет назад |
ManageCalendar.php
|
0ddca017ff
! And our ever important source files, plus a little bit of consistency.
|
11 лет назад |
ManageErrors.php
|
6041021890
! Yay for housecleaning
|
11 лет назад |
ManageLanguages.php
|
f1879c98cf
! And some more clean-up
|
10 лет назад |
ManageMail.php
|
6f1e82b32d
Removed unnecessary parameter, where default value was being passed into checksession().
|
10 лет назад |
ManageMaintenance.php
|
71ce945ed9
! More cleanup
|
10 лет назад |
ManageMembergroups.php
|
68fa7bc534
! And also update the edit-membergroup area to cover the whole board access thing. Per #1196
|
10 лет назад |
ManageMembers.php
|
44f9bf79c8
! This should force all outgoing email (currently at least!) to have a Message-ID. Failure to supply a message id can cause emails to be dropped as spam. sendmail itself attempts to guarantee uniqueness with a hash of microtime, but wherever feasible I've also tried to make the id both meaningful and give it something that should uniquify it. Things like newsletters, though, can't really be uniquified at sending level, so we'll just use microtime to deal with that for us.
|
10 лет назад |
ManageNews.php
|
44f9bf79c8
! This should force all outgoing email (currently at least!) to have a Message-ID. Failure to supply a message id can cause emails to be dropped as spam. sendmail itself attempts to guarantee uniqueness with a hash of microtime, but wherever feasible I've also tried to make the id both meaningful and give it something that should uniquify it. Things like newsletters, though, can't really be uniquified at sending level, so we'll just use microtime to deal with that for us.
|
10 лет назад |
ManagePaid.php
|
4560eac832
! When deleting a subscription, delete the phantom records left behind (which otherwise can't be accessed) and also clean up the groups so people are put back in their proper groups (fixes #1166)
|
10 лет назад |
ManagePermissions.php
|
6f1e82b32d
Removed unnecessary parameter, where default value was being passed into checksession().
|
10 лет назад |
ManagePosts.php
|
148fd7a333
! And the admin and language stuff
|
11 лет назад |
ManageRegistration.php
|
1e5ecef200
! More housecleaning
|
11 лет назад |
ManageScheduledTasks.php
|
ff05d6f002
! We don't exactly need this stuff.
|
10 лет назад |
ManageSearch.php
|
6041021890
! Yay for housecleaning
|
11 лет назад |
ManageSearchEngines.php
|
71ce945ed9
! More cleanup
|
10 лет назад |
ManageServer.php
|
ed3cf2e348
I really need to stop overthinking these things :P
|
10 лет назад |
ManageSettings.php
|
f1879c98cf
! And some more clean-up
|
10 лет назад |
ManageSmileys.php
|
71ce945ed9
! More cleanup
|
10 лет назад |
Memberlist.php
|
da30f0435e
! Memberlist now validates too
|
11 лет назад |
MessageIndex.php
|
1b0d164057
! When deleting or restoring a topic, don't actually touch the messages' icons, instead alter the icon softly if it's in the recycle bin board.
|
10 лет назад |
ModerationCenter.php
|
6f1e82b32d
Removed unnecessary parameter, where default value was being passed into checksession().
|
10 лет назад |
Modlog.php
|
f1879c98cf
! And some more clean-up
|
10 лет назад |
MoveTopic.php
|
0ddca017ff
! And our ever important source files, plus a little bit of consistency.
|
11 лет назад |
News.php
|
030a360678
! More low-hanging fruit of things that needed cleaning up
|
11 лет назад |
Notify.php
|
0ddca017ff
! And our ever important source files, plus a little bit of consistency.
|
11 лет назад |
PackageGet.php
|
1e5ecef200
! More housecleaning
|
11 лет назад |
Packages.php
|
6f1e82b32d
Removed unnecessary parameter, where default value was being passed into checksession().
|
10 лет назад |
PersonalMessage.php
|
6f1e82b32d
Removed unnecessary parameter, where default value was being passed into checksession().
|
10 лет назад |
Poll.php
|
6041021890
! Yay for housecleaning
|
11 лет назад |
Post.php
|
44f9bf79c8
! This should force all outgoing email (currently at least!) to have a Message-ID. Failure to supply a message id can cause emails to be dropped as spam. sendmail itself attempts to guarantee uniqueness with a hash of microtime, but wherever feasible I've also tried to make the id both meaningful and give it something that should uniquify it. Things like newsletters, though, can't really be uniquified at sending level, so we'll just use microtime to deal with that for us.
|
10 лет назад |
PostModeration.php
|
ff05d6f002
! We don't exactly need this stuff.
|
10 лет назад |
Printpage.php
|
6041021890
! Yay for housecleaning
|
11 лет назад |
Profile-Actions.php
|
6f1e82b32d
Removed unnecessary parameter, where default value was being passed into checksession().
|
10 лет назад |
Profile-Modify.php
|
44f9bf79c8
! This should force all outgoing email (currently at least!) to have a Message-ID. Failure to supply a message id can cause emails to be dropped as spam. sendmail itself attempts to guarantee uniqueness with a hash of microtime, but wherever feasible I've also tried to make the id both meaningful and give it something that should uniquify it. Things like newsletters, though, can't really be uniquified at sending level, so we'll just use microtime to deal with that for us.
|
10 лет назад |
Profile-View.php
|
c4638b34ab
! Handle approval token via GET rather than POST (and actually send it in the request, usually helps), fixes #1194
|
10 лет назад |
Profile.php
|
71ce945ed9
! More cleanup
|
10 лет назад |
QueryString.php
|
6041021890
! Yay for housecleaning
|
11 лет назад |
Recent.php
|
1ce7bb7392
- In the spirit of GSD, let's remove an option that's on by default, that I've never seen disabled anywhere, and that might as well just be permanently on to keep it simple.
|
10 лет назад |
Register.php
|
44f9bf79c8
! This should force all outgoing email (currently at least!) to have a Message-ID. Failure to supply a message id can cause emails to be dropped as spam. sendmail itself attempts to guarantee uniqueness with a hash of microtime, but wherever feasible I've also tried to make the id both meaningful and give it something that should uniquify it. Things like newsletters, though, can't really be uniquified at sending level, so we'll just use microtime to deal with that for us.
|
10 лет назад |
Reminder.php
|
44f9bf79c8
! This should force all outgoing email (currently at least!) to have a Message-ID. Failure to supply a message id can cause emails to be dropped as spam. sendmail itself attempts to guarantee uniqueness with a hash of microtime, but wherever feasible I've also tried to make the id both meaningful and give it something that should uniquify it. Things like newsletters, though, can't really be uniquified at sending level, so we'll just use microtime to deal with that for us.
|
10 лет назад |
RemoveTopic.php
|
1b0d164057
! When deleting or restoring a topic, don't actually touch the messages' icons, instead alter the icon softly if it's in the recycle bin board.
|
10 лет назад |
RepairBoards.php
|
0ddca017ff
! And our ever important source files, plus a little bit of consistency.
|
11 лет назад |
Reports.php
|
2618e3f742
! Don't show permissions for disabled things in the reports pages.
|
11 лет назад |
ScheduledTasks.php
|
44f9bf79c8
! This should force all outgoing email (currently at least!) to have a Message-ID. Failure to supply a message id can cause emails to be dropped as spam. sendmail itself attempts to guarantee uniqueness with a hash of microtime, but wherever feasible I've also tried to make the id both meaningful and give it something that should uniquify it. Things like newsletters, though, can't really be uniquified at sending level, so we'll just use microtime to deal with that for us.
|
10 лет назад |
Search.php
|
1b0d164057
! When deleting or restoring a topic, don't actually touch the messages' icons, instead alter the icon softly if it's in the recycle bin board.
|
10 лет назад |
SearchAPI-Custom.php
|
1e5ecef200
! More housecleaning
|
11 лет назад |
SearchAPI-Fulltext.php
|
1e5ecef200
! More housecleaning
|
11 лет назад |
SearchAPI-Standard.php
|
0ddca017ff
! And our ever important source files, plus a little bit of consistency.
|
11 лет назад |
Security.php
|
ac841f3d9d
! And a few more, that's enough for now.
|
11 лет назад |
SendTopic.php
|
44f9bf79c8
! This should force all outgoing email (currently at least!) to have a Message-ID. Failure to supply a message id can cause emails to be dropped as spam. sendmail itself attempts to guarantee uniqueness with a hash of microtime, but wherever feasible I've also tried to make the id both meaningful and give it something that should uniquify it. Things like newsletters, though, can't really be uniquified at sending level, so we'll just use microtime to deal with that for us.
|
10 лет назад |
Session.php
|
1e5ecef200
! More housecleaning
|
11 лет назад |
SplitTopics.php
|
1e5ecef200
! More housecleaning
|
11 лет назад |
Stats.php
|
ac841f3d9d
! And a few more, that's enough for now.
|
11 лет назад |
Subs-Admin.php
|
44f9bf79c8
! This should force all outgoing email (currently at least!) to have a Message-ID. Failure to supply a message id can cause emails to be dropped as spam. sendmail itself attempts to guarantee uniqueness with a hash of microtime, but wherever feasible I've also tried to make the id both meaningful and give it something that should uniquify it. Things like newsletters, though, can't really be uniquified at sending level, so we'll just use microtime to deal with that for us.
|
10 лет назад |
Subs-Attachments.php
|
0ddca017ff
! And our ever important source files, plus a little bit of consistency.
|
11 лет назад |
Subs-Auth.php
|
44f9bf79c8
! This should force all outgoing email (currently at least!) to have a Message-ID. Failure to supply a message id can cause emails to be dropped as spam. sendmail itself attempts to guarantee uniqueness with a hash of microtime, but wherever feasible I've also tried to make the id both meaningful and give it something that should uniquify it. Things like newsletters, though, can't really be uniquified at sending level, so we'll just use microtime to deal with that for us.
|
10 лет назад |
Subs-BoardIndex.php
|
2a346928a4
! We don't need to process avatar sizing on the message or board indexes now...
|
11 лет назад |
Subs-Boards.php
|
1e5ecef200
! More housecleaning
|
11 лет назад |
Subs-Calendar.php
|
0ddca017ff
! And our ever important source files, plus a little bit of consistency.
|
11 лет назад |
Subs-Categories.php
|
0ddca017ff
! And our ever important source files, plus a little bit of consistency.
|
11 лет назад |
Subs-Charset.php
|
0ddca017ff
! And our ever important source files, plus a little bit of consistency.
|
11 лет назад |
Subs-Compat.php
|
0ddca017ff
! And our ever important source files, plus a little bit of consistency.
|
11 лет назад |
Subs-Db-mysql.php
|
44f9bf79c8
! This should force all outgoing email (currently at least!) to have a Message-ID. Failure to supply a message id can cause emails to be dropped as spam. sendmail itself attempts to guarantee uniqueness with a hash of microtime, but wherever feasible I've also tried to make the id both meaningful and give it something that should uniquify it. Things like newsletters, though, can't really be uniquified at sending level, so we'll just use microtime to deal with that for us.
|
10 лет назад |
Subs-Db-mysqli.php
|
44f9bf79c8
! This should force all outgoing email (currently at least!) to have a Message-ID. Failure to supply a message id can cause emails to be dropped as spam. sendmail itself attempts to guarantee uniqueness with a hash of microtime, but wherever feasible I've also tried to make the id both meaningful and give it something that should uniquify it. Things like newsletters, though, can't really be uniquified at sending level, so we'll just use microtime to deal with that for us.
|
10 лет назад |
Subs-Db-postgresql.php
|
ab926e51cf
! More things we don't really want hanging about.
|
11 лет назад |
Subs-Db-sqlite.php
|
ab926e51cf
! More things we don't really want hanging about.
|
11 лет назад |
Subs-Db-sqlite3.php
|
ab926e51cf
! More things we don't really want hanging about.
|
11 лет назад |
Subs-Editor.php
|
b6c4653df0
! More housecleaning
|
11 лет назад |
Subs-Graphics.php
|
7dc9419211
! Fixed avatar resizing being off by one. Also fixed uploaded avatars not working properly in some cases. This may not be applicable in future with the custom avatar directory stuff but for now this means it does work.
|
10 лет назад |
Subs-List.php
|
030a360678
! More low-hanging fruit of things that needed cleaning up
|
11 лет назад |
Subs-Membergroups.php
|
82aedbbe77
! Don't let anyone delete a membergroup if the membergroup is attached to a paid subscription (fixes #1141)
|
10 лет назад |
Subs-Members.php
|
44f9bf79c8
! This should force all outgoing email (currently at least!) to have a Message-ID. Failure to supply a message id can cause emails to be dropped as spam. sendmail itself attempts to guarantee uniqueness with a hash of microtime, but wherever feasible I've also tried to make the id both meaningful and give it something that should uniquify it. Things like newsletters, though, can't really be uniquified at sending level, so we'll just use microtime to deal with that for us.
|
10 лет назад |
Subs-MembersOnline.php
|
ab926e51cf
! More things we don't really want hanging about.
|
11 лет назад |
Subs-Menu.php
|
030a360678
! More low-hanging fruit of things that needed cleaning up
|
11 лет назад |
Subs-MessageIndex.php
|
ab926e51cf
! More things we don't really want hanging about.
|
11 лет назад |
Subs-Notify.php
|
0ddca017ff
! And our ever important source files, plus a little bit of consistency.
|
11 лет назад |
Subs-OpenID.php
|
0ddca017ff
! And our ever important source files, plus a little bit of consistency.
|
11 лет назад |
Subs-Package.php
|
f9c05e8b8a
! If the package backup couldn't be created, abort and warn the user.
|
11 лет назад |
Subs-Post.php
|
8fa1471dbd
! Unnecessary code
|
10 лет назад |
Subs-Recent.php
|
0ddca017ff
! And our ever important source files, plus a little bit of consistency.
|
11 лет назад |
Subs-Sound.php
|
c80826f1d0
! Cleanliness is good.
|
11 лет назад |
Subs-Themes.php
|
0ddca017ff
! And our ever important source files, plus a little bit of consistency.
|
11 лет назад |
Subs.php
|
f3d3b34142
! Don't do the allow_calendar_event tests if the calendar isn't enabled, and if you can't post, don't bother to do the extended checks. Also, the menu executes *after* principle execution so putting the allow_calendar_event code primarily in the menu code is no good for the calendar - but if we did it in the calendar, let's not redo it for the menu.
|
10 лет назад |
Subscriptions-PayPal.php
|
ff05d6f002
! We don't exactly need this stuff.
|
10 лет назад |
Themes.php
|
d0ca376fb5
! Minor missed thing in the theme code changes
|
10 лет назад |
Topic.php
|
ab926e51cf
! More things we don't really want hanging about.
|
11 лет назад |
ViewQuery.php
|
eac878a05c
! Doctype conversions elsewhere. Installer, upgrader, and SSI related have been left alone for this commit because they're a bit special.
|
11 лет назад |
Who.php
|
b6c4653df0
! More housecleaning
|
11 лет назад |
Xml.php
|
7898b87490
! There's a few issues with the warn page if you happen to be a keyboard user. Fixes #529
|
10 лет назад |
index.php
|
906795f52e
! Cleanup, many files (sync of in / out changes)
|
12 лет назад |