emanuele 67b0155815 + Error handling for AJAX PMs preview 13 anni fa
..
Admin.php d1ba6b8c8d ! remove unused code from Admin.php (left overs from 2.0) 13 anni fa
BoardIndex.php c3f6282f89 ! Our str_ireplace function can support the argument as we support PHP 4.1.0+ (Subs-Compat.php) 13 anni fa
Calendar.php 2be623e0c9 ! More documentation. 13 anni fa
Class-Graphics.php c3f6282f89 ! Our str_ireplace function can support the argument as we support PHP 4.1.0+ (Subs-Compat.php) 13 anni fa
Class-Package.php 7ce72a18f5 ! some more minor doc changes 13 anni fa
DbExtra-mysql.php c3f6282f89 ! Our str_ireplace function can support the argument as we support PHP 4.1.0+ (Subs-Compat.php) 13 anni fa
DbExtra-postgresql.php c3f6282f89 ! Our str_ireplace function can support the argument as we support PHP 4.1.0+ (Subs-Compat.php) 13 anni fa
DbExtra-sqlite.php 7ce72a18f5 ! some more minor doc changes 13 anni fa
DbPackages-mysql.php 7ce72a18f5 ! some more minor doc changes 13 anni fa
DbPackages-postgresql.php 7ce72a18f5 ! some more minor doc changes 13 anni fa
DbPackages-sqlite.php 7ce72a18f5 ! some more minor doc changes 13 anni fa
DbSearch-mysql.php c3f6282f89 ! Our str_ireplace function can support the argument as we support PHP 4.1.0+ (Subs-Compat.php) 13 anni fa
DbSearch-postgresql.php c3f6282f89 ! Our str_ireplace function can support the argument as we support PHP 4.1.0+ (Subs-Compat.php) 13 anni fa
DbSearch-sqlite.php c3f6282f89 ! Our str_ireplace function can support the argument as we support PHP 4.1.0+ (Subs-Compat.php) 13 anni fa
Display.php 20b6be98be ! Number of posts in a topic with moderated posts is now set to num_replies+1 for guests fixing the wrong index created previously [Bug 4885] 13 anni fa
DumpDatabase.php f8cff26430 ! Minor bug 13 anni fa
Errors.php f02d980afc + added post recount function to members maintenance [4423] 13 anni fa
Groups.php 7ce72a18f5 ! some more minor doc changes 13 anni fa
Help.php 7ce72a18f5 ! some more minor doc changes 13 anni fa
Karma.php d1f543e957 plural on karma fatal error karma_wait_time [Bug 1853] 13 anni fa
Load.php 18d18f465d ! wrong order in browser detection was causing mis-identification 13 anni fa
LogInOut.php 85f1a014eb ! removed error suppression with proper check LogInOut.php 13 anni fa
Logging.php 20d00675bb Replaced all the remaining inserts directly in {db_prefix}log_actions with calls to logAction + changed a bit logAction to fully support logs from profile pages [Bug 4886] 13 anni fa
ManageAttachments.php 85f1a014eb ! removed error suppression with proper check LogInOut.php 13 anni fa
ManageBans.php d2f9c30813 ! Fix IPv4 addresses visualization in banned entities table (ban edit) 13 anni fa
ManageBoards.php 85f1a014eb ! removed error suppression with proper check LogInOut.php 13 anni fa
ManageCalendar.php c3f6282f89 ! Our str_ireplace function can support the argument as we support PHP 4.1.0+ (Subs-Compat.php) 13 anni fa
ManageErrors.php 7ce72a18f5 ! some more minor doc changes 13 anni fa
ManageLanguages.php 1121311b73 ! Bye bye loadClassFile we hardly knew you ... plus not need for PHP 5.0.0+ Admin.php, ManageLanguages.php, ManagePaid.php, ManageSearch.php, PackageGet.php, Packages.php, Search.php, Subs-Package.php 13 anni fa
ManageMail.php b37e796548 ! Small patch for 4841 13 anni fa
ManageMaintenance.php f02d980afc + added post recount function to members maintenance [4423] 13 anni fa
ManageMembergroups.php 7ce72a18f5 ! some more minor doc changes 13 anni fa
ManageMembers.php 20d00675bb Replaced all the remaining inserts directly in {db_prefix}log_actions with calls to logAction + changed a bit logAction to fully support logs from profile pages [Bug 4886] 13 anni fa
ManageNews.php 7ce72a18f5 ! some more minor doc changes 13 anni fa
ManagePaid.php 1121311b73 ! Bye bye loadClassFile we hardly knew you ... plus not need for PHP 5.0.0+ Admin.php, ManageLanguages.php, ManagePaid.php, ManageSearch.php, PackageGet.php, Packages.php, Search.php, Subs-Package.php 13 anni fa
ManagePermissions.php 7ce72a18f5 ! some more minor doc changes 13 anni fa
ManagePosts.php 57b53e41a5 If max_messageLength is set to 0 the size of column body is changed to mediumint [Bug 4859] 13 anni fa
ManageRegistration.php 886f427c4f ! Some more documentation changes 13 anni fa
ManageScheduledTasks.php c3f6282f89 ! Our str_ireplace function can support the argument as we support PHP 4.1.0+ (Subs-Compat.php) 13 anni fa
ManageSearch.php 1121311b73 ! Bye bye loadClassFile we hardly knew you ... plus not need for PHP 5.0.0+ Admin.php, ManageLanguages.php, ManagePaid.php, ManageSearch.php, PackageGet.php, Packages.php, Search.php, Subs-Package.php 13 anni fa
ManageSearchEngines.php 663e6db2b4 ! A bunch more documentation changes 13 anni fa
ManageServer.php c3d126f6e2 + The clean cache button is shown in caching page after saving with 'no caching' seleted [Bug 3702] 13 anni fa
ManageSettings.php 6f740513ce + Add Jquery load selection (local/auto/cdn) to admin panel 13 anni fa
ManageSmileys.php 7ce72a18f5 ! some more minor doc changes 13 anni fa
Memberlist.php 85f1a014eb ! removed error suppression with proper check LogInOut.php 13 anni fa
MessageIndex.php b808e42365 ! $board not reassigned in MEssageIndex.php [Bug 4929] 13 anni fa
ModerationCenter.php 85f1a014eb ! removed error suppression with proper check LogInOut.php 13 anni fa
Modlog.php 7ce72a18f5 ! some more minor doc changes 13 anni fa
MoveTopic.php 7ce72a18f5 ! some more minor doc changes 13 anni fa
News.php 7ce72a18f5 ! some more minor doc changes 13 anni fa
Notify.php 906795f52e ! Cleanup, many files (sync of in / out changes) 13 anni fa
PackageGet.php 2177f8c106 ! replace some strpos(strtolower()) with stripos where mods generally don't play 13 anni fa
Packages.php 85f1a014eb ! removed error suppression with proper check LogInOut.php 13 anni fa
PersonalMessage.php 67b0155815 + Error handling for AJAX PMs preview 13 anni fa
Poll.php 43a398c885 ! Error in poll if more than 256 choices are added 13 anni fa
Post.php a1b2a29de7 ! quick edit works also without approve_post permission [Bug 4877] - please double check 13 anni fa
PostModeration.php 6d253143bc ! Removed $context['complex_preg_chars'] usage in regex, only was required for php < 4.3.2 13 anni fa
Printpage.php c3f6282f89 ! Our str_ireplace function can support the argument as we support PHP 4.1.0+ (Subs-Compat.php) 13 anni fa
Profile-Actions.php 7ad87b1841 ! some more minor doc changes 13 anni fa
Profile-Modify.php 7ad87b1841 ! some more minor doc changes 13 anni fa
Profile-View.php 663e6db2b4 ! A bunch more documentation changes 13 anni fa
Profile.php 20d00675bb Replaced all the remaining inserts directly in {db_prefix}log_actions with calls to logAction + changed a bit logAction to fully support logs from profile pages [Bug 4886] 13 anni fa
QueryString.php 3ca7fcd9f1 ! Add session ID to link if NOT possibly_robot 13 anni fa
Recent.php 09e65d3d9d ! fixed post case 1.1 leftover 13 anni fa
Register.php 7ce72a18f5 ! some more minor doc changes 13 anni fa
Reminder.php 906795f52e ! Cleanup, many files (sync of in / out changes) 13 anni fa
RemoveTopic.php a18e888838 10610 13 anni fa
RepairBoards.php 3c0ce387fa ! A little more cleanup on RepairBoards.php 13 anni fa
Reports.php 7ce72a18f5 ! some more minor doc changes 13 anni fa
ScheduledTasks.php 5cba35f623 Just changes to commenting style in ScheduledTasks.php 13 anni fa
Search.php 6b78799638 ! old $txt string used in a couple of places 13 anni fa
SearchAPI-Custom.php 943ee77ad2 ! Send the old_body to the search API 13 anni fa
SearchAPI-Fulltext.php 7bcec8a9a2 ! missing var initialization for advanced search 13 anni fa
SearchAPI-Standard.php c3f6282f89 ! Our str_ireplace function can support the argument as we support PHP 4.1.0+ (Subs-Compat.php) 13 anni fa
Security.php 37c4afd47b Merge https://github.com/Spuds/playpen 13 anni fa
SendTopic.php b37e796548 ! Small patch for 4841 13 anni fa
Session.php 6d253143bc ! Removed $context['complex_preg_chars'] usage in regex, only was required for php < 4.3.2 13 anni fa
SplitTopics.php f8d5075a85 ! missing global in SplitTopics.php 13 anni fa
Stats.php 7ce72a18f5 ! some more minor doc changes 13 anni fa
Subs-Admin.php d1ba6b8c8d ! remove unused code from Admin.php (left overs from 2.0) 13 anni fa
Subs-Auth.php 2d25266b30 ! wrong use of cookiename variable (left over from other 2.1 branch) 13 anni fa
Subs-BoardIndex.php 663e6db2b4 ! A bunch more documentation changes 13 anni fa
Subs-Boards.php 2be623e0c9 ! More documentation. 13 anni fa
Subs-Calendar.php 663e6db2b4 ! A bunch more documentation changes 13 anni fa
Subs-Categories.php 7ce72a18f5 ! some more minor doc changes 13 anni fa
Subs-Charset.php c3f6282f89 ! Our str_ireplace function can support the argument as we support PHP 4.1.0+ (Subs-Compat.php) 13 anni fa
Subs-Compat.php 2be623e0c9 ! More documentation. 13 anni fa
Subs-Db-mysql.php 663e6db2b4 ! A bunch more documentation changes 13 anni fa
Subs-Db-postgresql.php 663e6db2b4 ! A bunch more documentation changes 13 anni fa
Subs-Db-sqlite.php 663e6db2b4 ! A bunch more documentation changes 13 anni fa
Subs-Editor.php 1c85c8126d Registration question can now be 0 [Bug 4868] 13 anni fa
Subs-Graphics.php 7ce72a18f5 ! some more minor doc changes 13 anni fa
Subs-List.php 906795f52e ! Cleanup, many files (sync of in / out changes) 13 anni fa
Subs-Membergroups.php 7ad87b1841 ! some more minor doc changes 13 anni fa
Subs-Members.php 92d681b077 reattributePosts returns nothing now + city => server in ['default_timezone'] 13 anni fa
Subs-MembersOnline.php 886f427c4f ! Some more documentation changes 13 anni fa
Subs-Menu.php 7ce72a18f5 ! some more minor doc changes 13 anni fa
Subs-MessageIndex.php c3f6282f89 ! Our str_ireplace function can support the argument as we support PHP 4.1.0+ (Subs-Compat.php) 13 anni fa
Subs-OpenID.php 7ce72a18f5 ! some more minor doc changes 13 anni fa
Subs-Package.php 1608512ab0 ! if mod's name contains html and or entities all the pages where the mod name appears would be xhtml invalid 13 anni fa
Subs-Post.php 6d78654dc3 ! fix for custom search index during message editing 13 anni fa
Subs-Recent.php 886f427c4f ! Some more documentation changes 13 anni fa
Subs-Sound.php c3f6282f89 ! Our str_ireplace function can support the argument as we support PHP 4.1.0+ (Subs-Compat.php) 13 anni fa
Subs.php 24030d58b5 ! another bad micro optimization which allowed the array index to walk off the end if the last item in a message was a bbc tag, resulting in error log spam. 13 anni fa
Subscriptions-PayPal.php 09e65d3d9d ! fixed post case 1.1 leftover 13 anni fa
Themes.php 7ce72a18f5 ! some more minor doc changes 13 anni fa
Topic.php c3f6282f89 ! Our str_ireplace function can support the argument as we support PHP 4.1.0+ (Subs-Compat.php) 13 anni fa
ViewQuery.php 7ce72a18f5 ! some more minor doc changes 13 anni fa
Who.php 663e6db2b4 ! A bunch more documentation changes 13 anni fa
Xml.php c3f6282f89 ! Our str_ireplace function can support the argument as we support PHP 4.1.0+ (Subs-Compat.php) 13 anni fa
index.php 906795f52e ! Cleanup, many files (sync of in / out changes) 13 anni fa