.. |
tasks
|
8b2fa8620d
! And now the meat of notifying users for a new registration - the old adminNotify function should be a wrapper for creating a background task and that should do everything else, this seems to work, including sending emails.
|
11 years ago |
Admin.php
|
3d0280eef4
! Dropping support for eAccelerator and Turck MMcache, as these are not supported on current PHP releases for key/value pairs like we use.
|
11 years ago |
Avatar.php
|
7931107d49
! phpDoc updates
|
11 years ago |
BoardIndex.php
|
cacfcc7200
+ Confirmation to mark as read
|
11 years ago |
Calendar.php
|
7931107d49
! phpDoc updates
|
11 years ago |
Class-BrowserDetect.php
|
fcae611d13
! A couple more changes for IE11
|
11 years ago |
Class-CurlFetchWeb.php
|
7931107d49
! phpDoc updates
|
11 years ago |
Class-Graphics.php
|
7931107d49
! phpDoc updates
|
11 years ago |
Class-Package.php
|
7931107d49
! phpDoc updates
|
11 years ago |
DbExtra-mysql.php
|
7931107d49
! phpDoc updates
|
11 years ago |
DbExtra-postgresql.php
|
7931107d49
! phpDoc updates
|
11 years ago |
DbExtra-sqlite.php
|
7931107d49
! phpDoc updates
|
11 years ago |
DbExtra-sqlite3.php
|
7931107d49
! phpDoc updates
|
11 years ago |
DbPackages-mysql.php
|
7931107d49
! phpDoc updates
|
11 years ago |
DbPackages-postgresql.php
|
7931107d49
! phpDoc updates
|
11 years ago |
DbPackages-sqlite.php
|
7931107d49
! phpDoc updates
|
11 years ago |
DbPackages-sqlite3.php
|
7931107d49
! phpDoc updates
|
11 years ago |
DbSearch-mysql.php
|
7931107d49
! phpDoc updates
|
11 years ago |
DbSearch-postgresql.php
|
3be6e3b7e1
! TYPE=HEAP => ENGINE=MEMORY, since we're not going to support MySQL 4.0 anymore (fixes #971)
|
11 years ago |
DbSearch-sqlite.php
|
3be6e3b7e1
! TYPE=HEAP => ENGINE=MEMORY, since we're not going to support MySQL 4.0 anymore (fixes #971)
|
11 years ago |
DbSearch-sqlite3.php
|
3be6e3b7e1
! TYPE=HEAP => ENGINE=MEMORY, since we're not going to support MySQL 4.0 anymore (fixes #971)
|
11 years ago |
Display.php
|
70ad72ddd3
! Fix some typos, should fix #1020
|
11 years ago |
Drafts.php
|
7931107d49
! phpDoc updates
|
11 years ago |
Errors.php
|
0b4212c308
! Another minor change for error handling purposes.
|
11 years ago |
Groups.php
|
2d0785c5b3
More phpDoc stuff
|
11 years ago |
Help.php
|
2c50939f27
Copyright update per BoD
|
11 years ago |
Karma.php
|
807a6f6ec6
! I like this. It feels ugly, though, but it works (non AJAXively for now)
|
11 years ago |
Likes.php
|
2d0785c5b3
More phpDoc stuff
|
11 years ago |
Load.php
|
d5aab12f4b
! Move some standard detection further up the running order (which also ensures the cron setup also receives it) and ensure that 'essential theme data' actually covers one of the most important things.
|
11 years ago |
LogInOut.php
|
b76101eaaf
! Accept 7 digit user ids in cookies, fixes #807. Also refined the regex to not accept string ids at the same time since they should now always be ints. There's a slight performance boost but saving 2 bytes every single request before gzip seems like a good idea to me. NB: Users of test sites will find themselves logged out and will need to log back in again just for the first time (to fix the cookie).
|
11 years ago |
Logging.php
|
204ceaf7a6
Merge pull request #649 from MissAllSunday/htmlspecialchars
|
11 years ago |
ManageAttachments.php
|
8039d156b2
! Don't allow $boarddir, $sourcedir and $settings['theme_dir'] as attachment directories. Partial fix for #899
|
11 years ago |
ManageBans.php
|
f1d4108ca4
Fill out some ban requirements via the msg ID for guests.
|
11 years ago |
ManageBoards.php
|
45f9f397b7
! The rest of the changes required for category descriptions. A few notes: I don't think I broke anything in the theme by de-restricting the catbg height, nothing looks obviously broken; I'm not exactly a fan of how we do the board descriptions stuff anyway, but I've made the cat description behave consistently - i.e. not running htmlspecialchars. Not going to argue about this; unless we're going to change the board descriptions, cat descriptions will behave this way. This will be fixed in 3.0 but we've always said about not fixing it in 2.x for the reason that users rely on it. As far as performance goes, there should be no significant increases; if it's going to filesort, it was going to do it anyway, and if not, it won't now anyway.
|
11 years ago |
ManageCalendar.php
|
043199606a
! And yet more places in the admin panel, but more to go. (per #802)
|
11 years ago |
ManageErrors.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 years ago |
ManageLanguages.php
|
ce76d7e92d
! Do a little to-jQuery conversion.
|
11 years ago |
ManageMail.php
|
18fccf30c3
$smcFunc['htmlspecialchars'] on ManageMail
|
11 years ago |
ManageMaintenance.php
|
d3e8c439f7
! Rework hook filtering to be based on an onchange event rather than an onclick, and also click up one of the options we don't really need from it. Should also fix #430 in the meantime.
|
11 years ago |
ManageMembergroups.php
|
043199606a
! And yet more places in the admin panel, but more to go. (per #802)
|
11 years ago |
ManageMembers.php
|
2c50939f27
Copyright update per BoD
|
11 years ago |
ManageNews.php
|
eda72fe9a2
! Indicate when news has been saved, as per #802
|
11 years ago |
ManagePaid.php
|
eeefbf80d3
! More areas that indicate their saved status, per #802.
|
11 years ago |
ManagePermissions.php
|
ab36f1994b
! And all the actual tests that relied on it, they're all back to 'not a guest'... or should be.
|
11 years ago |
ManagePosts.php
|
f4a33bd3c6
! Further tweaks to spell checking to account for enchant being UTF-8 only (see comments on #
|
11 years ago |
ManageRegistration.php
|
937238d2bb
! And one less setting for the admin
|
11 years ago |
ManageScheduledTasks.php
|
46699b9bc9
! Fix Mantis issue 4912: if a scheduled task throws an error, note it and pass it back in the event of running tasks manually from the ACP.
|
11 years ago |
ManageSearch.php
|
35a4f0d44c
! More areas that now indicate when you have saved something, per #802.
|
11 years ago |
ManageSearchEngines.php
|
35a4f0d44c
! More areas that now indicate when you have saved something, per #802.
|
11 years ago |
ManageServer.php
|
3d0280eef4
! Dropping support for eAccelerator and Turck MMcache, as these are not supported on current PHP releases for key/value pairs like we use.
|
11 years ago |
ManageSettings.php
|
0ff9eecc1b
! Don't throw errors if there aren't any questions when saving spam settings (fixes #928)
|
11 years ago |
ManageSmileys.php
|
eeefbf80d3
! More areas that indicate their saved status, per #802.
|
11 years ago |
Memberlist.php
|
02c91a0084
! Focus on the search box when on the search for members page.
|
11 years ago |
MessageIndex.php
|
70ad72ddd3
! Fix some typos, should fix #1020
|
11 years ago |
ModerationCenter.php
|
fa79dfa63b
! Add spiffy icons to the moderation area just like the admin area did.
|
11 years ago |
Modlog.php
|
8f69b76c84
! Clearing the admin/mod logs no longer has the 24 window. Instead, a message is left that the log was cleared. To discourage tampering, that message cannot be deleted on its own, only as part of the log being cleared... but a message is still left saying it was cleared, if that makes sense.
|
11 years ago |
MoveTopic.php
|
c3f7ea3dca
! Redo move topic stuff per comments on #921.
|
11 years ago |
News.php
|
e447bbc04c
! Another simple permissions change for this.
|
11 years ago |
Notify.php
|
ab36f1994b
! And all the actual tests that relied on it, they're all back to 'not a guest'... or should be.
|
11 years ago |
PackageGet.php
|
1e5c36c0bc
Forgot to signoff
|
11 years ago |
Packages.php
|
af4c727801
! Display the time a package was installed in the package manager.
|
11 years ago |
PersonalMessage.php
|
d843e6ba49
! Disable debugging from within the popups. (fixes #919)
|
11 years ago |
Poll.php
|
102f63ac11
! Guests could not submit multiple votes to a poll without errors. Funnily enough, it did not adversly affect workflow.
|
11 years ago |
Post.php
|
ab36f1994b
! And all the actual tests that relied on it, they're all back to 'not a guest'... or should be.
|
11 years ago |
PostModeration.php
|
f2c884ccea
Spaces and tabs - nitpicking
|
11 years ago |
Printpage.php
|
f2c884ccea
Spaces and tabs - nitpicking
|
11 years ago |
Profile-Actions.php
|
2c50939f27
Copyright update per BoD
|
11 years ago |
Profile-Modify.php
|
f26666a587
Merge branch 'release-2.1' of https://github.com/SimpleMachines/SMF2.1 into release-2.1
|
11 years ago |
Profile-View.php
|
ab36f1994b
! And all the actual tests that relied on it, they're all back to 'not a guest'... or should be.
|
11 years ago |
Profile.php
|
4a6233cf19
! Should allow admins to disable OpenID for new users but prevent breaking existing logins. (fixes #847) Note: my testing on this has been fairly limited. But it doesn't seem to break anything.
|
11 years ago |
QueryString.php
|
48d42bd23b
Merge branch 'release-2.1' of git://github.com/SimpleMachines/SMF2.1.git into htmlspecialchars
|
11 years ago |
Recent.php
|
ab36f1994b
! And all the actual tests that relied on it, they're all back to 'not a guest'... or should be.
|
11 years ago |
Register.php
|
04d0730450
! Fields that are regex-validated can't be left empty as per http://www.simplemachines.org/community/index.php?topic=499992.0 (thanks @emanuele45 for the fix)
|
11 years ago |
Reminder.php
|
2ad4b357b5
! Don't call spamProtection when coming from the "Choose a password reminder type" page (fixes #791).
|
11 years ago |
RemoveTopic.php
|
1553982111
Merge pull request #689 from MissAllSunday/ModCenter_Improvements
|
11 years ago |
RepairBoards.php
|
e46f6f2c79
Fixes #779
|
11 years ago |
Reports.php
|
f2c884ccea
Spaces and tabs - nitpicking
|
11 years ago |
ScheduledTasks.php
|
d5aab12f4b
! Move some standard detection further up the running order (which also ensures the cron setup also receives it) and ensure that 'essential theme data' actually covers one of the most important things.
|
11 years ago |
Search.php
|
3be6e3b7e1
! TYPE=HEAP => ENGINE=MEMORY, since we're not going to support MySQL 4.0 anymore (fixes #971)
|
11 years ago |
SearchAPI-Custom.php
|
f5d3043858
Merge pull request #390 from gnif/MySQLi
|
11 years ago |
SearchAPI-Fulltext.php
|
f5d3043858
Merge pull request #390 from gnif/MySQLi
|
11 years ago |
SearchAPI-Standard.php
|
2c50939f27
Copyright update per BoD
|
11 years ago |
Security.php
|
75265fe23b
! mode=block was way too severe. This should also get fixed in 2.0.7.
|
11 years ago |
SendTopic.php
|
ba0cdfc538
! "Do not reveal contact details of members to guests" is just good practice, there's really no need for this to be optional these days.
|
11 years ago |
Session.php
|
3d0280eef4
! Dropping support for eAccelerator and Turck MMcache, as these are not supported on current PHP releases for key/value pairs like we use.
|
11 years ago |
SplitTopics.php
|
fecff7ab1d
! Some of the smaller 'actual' changes for this stuff.
|
11 years ago |
Stats.php
|
6a32845402
! If gender is disabled, hide the item from the stats page - and don't bother to calculate it either. Fixes #633
|
11 years ago |
Subs-Admin.php
|
3d0280eef4
! Dropping support for eAccelerator and Turck MMcache, as these are not supported on current PHP releases for key/value pairs like we use.
|
11 years ago |
Subs-Attachments.php
|
71b775d2df
$smcFunc['htmlspecialchars'] on Subs-Attachments
|
11 years ago |
Subs-Auth.php
|
b76101eaaf
! Accept 7 digit user ids in cookies, fixes #807. Also refined the regex to not accept string ids at the same time since they should now always be ints. There's a slight performance boost but saving 2 bytes every single request before gzip seems like a good idea to me. NB: Users of test sites will find themselves logged out and will need to log back in again just for the first time (to fix the cookie).
|
11 years ago |
Subs-BoardIndex.php
|
45f9f397b7
! The rest of the changes required for category descriptions. A few notes: I don't think I broke anything in the theme by de-restricting the catbg height, nothing looks obviously broken; I'm not exactly a fan of how we do the board descriptions stuff anyway, but I've made the cat description behave consistently - i.e. not running htmlspecialchars. Not going to argue about this; unless we're going to change the board descriptions, cat descriptions will behave this way. This will be fixed in 3.0 but we've always said about not fixing it in 2.x for the reason that users rely on it. As far as performance goes, there should be no significant increases; if it's going to filesort, it was going to do it anyway, and if not, it won't now anyway.
|
11 years ago |
Subs-Boards.php
|
45f9f397b7
! The rest of the changes required for category descriptions. A few notes: I don't think I broke anything in the theme by de-restricting the catbg height, nothing looks obviously broken; I'm not exactly a fan of how we do the board descriptions stuff anyway, but I've made the cat description behave consistently - i.e. not running htmlspecialchars. Not going to argue about this; unless we're going to change the board descriptions, cat descriptions will behave this way. This will be fixed in 3.0 but we've always said about not fixing it in 2.x for the reason that users rely on it. As far as performance goes, there should be no significant increases; if it's going to filesort, it was going to do it anyway, and if not, it won't now anyway.
|
11 years ago |
Subs-Calendar.php
|
2c50939f27
Copyright update per BoD
|
11 years ago |
Subs-Categories.php
|
45f9f397b7
! The rest of the changes required for category descriptions. A few notes: I don't think I broke anything in the theme by de-restricting the catbg height, nothing looks obviously broken; I'm not exactly a fan of how we do the board descriptions stuff anyway, but I've made the cat description behave consistently - i.e. not running htmlspecialchars. Not going to argue about this; unless we're going to change the board descriptions, cat descriptions will behave this way. This will be fixed in 3.0 but we've always said about not fixing it in 2.x for the reason that users rely on it. As far as performance goes, there should be no significant increases; if it's going to filesort, it was going to do it anyway, and if not, it won't now anyway.
|
11 years ago |
Subs-Charset.php
|
3732137bc8
! Those pesky characters really need double quotes, not single ones, oops.
|
11 years ago |
Subs-Compat.php
|
2c50939f27
Copyright update per BoD
|
11 years ago |
Subs-Db-mysql.php
|
4a10ad7b09
! Stupid rookie mistake of mine.
|
11 years ago |
Subs-Db-mysqli.php
|
4a10ad7b09
! Stupid rookie mistake of mine.
|
11 years ago |
Subs-Db-postgresql.php
|
4a10ad7b09
! Stupid rookie mistake of mine.
|
11 years ago |
Subs-Db-sqlite.php
|
4a10ad7b09
! Stupid rookie mistake of mine.
|
11 years ago |
Subs-Db-sqlite3.php
|
4a10ad7b09
! Stupid rookie mistake of mine.
|
11 years ago |
Subs-Editor.php
|
f4a33bd3c6
! Further tweaks to spell checking to account for enchant being UTF-8 only (see comments on #
|
11 years ago |
Subs-Graphics.php
|
0c7e0050a9
! If we're going to support ImageMagick, we should support both common PHP extensions...
|
11 years ago |
Subs-List.php
|
5d33d1f278
Long lines then!
|
11 years ago |
Subs-Membergroups.php
|
76b43782bc
Enhancements to the groups-as-moderators feature
|
11 years ago |
Subs-Members.php
|
4987417c9a
! Message labels don't exist in the members table, we shouldn't be trying to add things to them.
|
11 years ago |
Subs-MembersOnline.php
|
2c50939f27
Copyright update per BoD
|
11 years ago |
Subs-Menu.php
|
146c3d9643
! Going to display the inactive items slightly differently.
|
11 years ago |
Subs-MessageIndex.php
|
2c50939f27
Copyright update per BoD
|
11 years ago |
Subs-Notify.php
|
5520d5cba8
! Now actually load the preferences for a user from the database, and some of them are permission dependent so reflect that. (This was so much fun.)
|
11 years ago |
Subs-OpenID.php
|
2c50939f27
Copyright update per BoD
|
11 years ago |
Subs-Package.php
|
af4c727801
! Display the time a package was installed in the package manager.
|
11 years ago |
Subs-Post.php
|
8b2fa8620d
! And now the meat of notifying users for a new registration - the old adminNotify function should be a wrapper for creating a background task and that should do everything else, this seems to work, including sending emails.
|
11 years ago |
Subs-Recent.php
|
2c50939f27
Copyright update per BoD
|
11 years ago |
Subs-Sound.php
|
2c50939f27
Copyright update per BoD
|
11 years ago |
Subs-Themes.php
|
67b87d6ece
/me needs more coffee! :P
|
11 years ago |
Subs.php
|
875351674c
! While Mantis 4870 had this dealt with, this is illogical. If you're substituting language-specific strings and the language needs them lower-case, make them lower case and be done with it... don't have workarounds for workarounds.
|
11 years ago |
Subscriptions-PayPal.php
|
25588cc26e
! Fix #660: Paid subscription can fail using custom currency code
|
11 years ago |
Themes.php
|
02db9e3d98
theme_install only needs to return the newly created ID
|
11 years ago |
Topic.php
|
fecff7ab1d
! Some of the smaller 'actual' changes for this stuff.
|
11 years ago |
ViewQuery.php
|
5d33d1f278
Long lines then!
|
11 years ago |
Who.php
|
efe4130a4f
! Oops, $context['show_by'] wasn't actually being honoured for setting up the conditions. Let's fix that, and make the code nicer.
|
11 years ago |
Xml.php
|
d481cada21
! Core Features, you were a worthy piece of code in your own right, and you gained some very nice functionality, but no amount of wonderful implementation could have made you a _good_ feature. Fare thee well.
|
11 years ago |
index.php
|
906795f52e
! Cleanup, many files (sync of in / out changes)
|
12 years ago |