43
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
! Error in poll if more than 256 choices are added ! later versions of photoshop CS4+ use cellTextIsHtml causing false image infection positives. !short disallowed bbcode in signatures disallow longer that starts with the same letter [Bug 4936] ! Loading external avatars %20 is dropped [Bug 4904] ! Search for members in admin panel for date fails starting from 2nd spage [Bug 4880] + some changes to avoid write into $_POST ! searchbox hidden in header when search is not allowed [Bug 4862] ! template parser error [Bug 4937] ! fixed bypassing of deflate step during unzip when in fact they should have been deflated More... about 13 years ago
! Updates to read_zip_data moving from Magic Number based parsing to a File Structure / Local Header parsing. ! CSS files were being called as Javascript ! Load theme variants for the init template More... about 13 years ago
! Removed $context['complex_preg_chars'] usage in regex, only was required for php < 4.3.2 ! Removed version_compare() calls and sections used to execute code for older versions of php Load.php Subs.php LogInOut.php Subs-Auth.php ! Minor tweaks to index.template for consistency ! More minor doc changes ! Pedantic changes === ! ob_end_clean/ob_start replaced with ob_clean attachment.php More... about 13 years ago
! Send the old_body to the search API ! Old typo (empty($salveageCatID)) should have been (empty($salvageCatID)) ! Another one $locked == 1 should have been $row['locked'] == 1 ! css to Lighten up "last edit" ! Missing global in list_getGroups ! empty($sticky) should have been empty($topicinfo['is_sticky']) ! Added a hook for $user_info ! Fatal error in paid subscriptions if a backup file is present (http://dev.simplemachines.org/mantis/view.php?id=4896) More... about 13 years ago
! Even more doc stuff. ! Port the correction of the user to email in personal message template from 2.0. ! update core template files for isBrowser ! Reverting 10753, which would cause a security weakness. More... about 13 years ago
! More documentation. ! The parameters for indexedWordQuery (SearchAPI-Fulltext) are passed in the search_data array. The public function incorrectly used $no_regex when it should use what it was passed as $search_data['no_regex'] ! FF header bug ! When session.hash_bits_per_character = 6, it can break sessions. Thanks rawlogic (http://www.simplemachines.org/community/index.php?topic=447598.0) ! Added smf_setcookie to give support for HTTP only cookies and added a setting to enable them. ! Typo in Calendar ! Preserve td tags with attributes, else we get the style but remove the actual tag breaking wysiwyg pasted tables More... about 13 years ago
! A bunch more documentation changes ! fixed a couple of places that have been missing some globalizations for a long time ! Credits for next version. (WIP) ! Porting fix from 2.0 for online list filter. ! Thanks to Zend Studio, I found a bunch of bugs/notices/issues and @todo commented them ! Small change to ManageSearchEngines to fix a bug ! Remove legacy gif support. ! Document on the fly the wiki task before I forget... (yes, I forget things.) ! Remove some unused query. We'll know if we miss it. :P ! Cleaning: removing several PHP4 pre 4.3 compatibility if_exists(). debug_print_backtrace() and debug_backtrace() can be defined in Subs-Compat More... about 13 years ago
! Some more documentation changes ! Small template issue on split topic screen fixed by Runic [4888]. @todo fix in 2.0 branch + Added some functions to keep JS & CSS files together. Next step is to make use of them ! Changed template_button_strip() to have a blank default instead of using top as the default - Loadfile More... about 13 years ago
! Cleanup, many files (sync of in / out changes) ! Some more documentation changes ! recursive sendmail call did not honor the is_private setting ! Add an integration hook for actions which don't track stats. ! Sanitize parameters in package options page (admin-only) (Packages.php). (Reported by Luis Santana.) ! ! duplicate ID if openID active in registration, config_var with multiple=true [Bug 4891], couple of things in Subs-Members ! bbc added to load settings More... about 13 years ago
! duplicate ID if openID active in registration, config_var with multiple=true [Bug 4891], couple of things in Subs-Members ! Fixed comment spelling error. ! added fatal_lang_error if only one board is available (MoveTopic.php [Bug: 2304] ! ip2range: used isValidIPv6 and expandeIPv6, fixed ip_array indexes More... about 13 years ago
! JavaScript functions can't have default values (script.js) ! Minor bug with old login history maintenance (ScheduledTasks.php) ! Fixed a few minor bugs. (index.css, admin.css, ManageNews.template.php)[Bug 4751][Bug 4765][Bug 4779] + Added hook attributes to package installation (Subs-Package.php, Packages.php, Packages language) More... about 13 years ago
! Revision 10756 broke parts of SMF (Many Files) ! Fix for admin tables overflow bug with sidebar menus (index.css) More... about 13 years ago
! Minor bug ! We used the wrong text to add subscribers (ManagePaid.php) [Bug 4783] + Hide registration links when registration is disabled (Load.php, Subs.php, index Template, Login Template, index language, Login Language) [Feature 4755] ! Moved word censor option to a permission (Profile-Modify.php, Subs.php, ManagePermissions.php, Profile template, Settings template, ManagePermissions langauge) [Feature 4738] ! Some more bugs from detectBrowser changes (Many Files) [Bug 4643] ! Andriod also is webkit, so move it to the webkit checks (Enviroment.php) [Bug 4643] + Added a hook to log_errors allowing error type expansion (Errors.php) + Added isBrowser(), temp support to locate old brorwser checks and changed how we detect browsers (Many files) [Feature 4643] + Added latest jQuery library (1.6.4 minified) + This will be called from default/scripts while in development + Added customised superfish.js and hoverIntent.js (not minified) + Calls for the above added to default/index.template.php + default/index.css changed to give full keyboard and screen reader access with or without javascript + No changes made to Core theme yet, as it may be dropped for 2.1 More... about 13 years ago
! Small patch for 4841 ! More doc changes ! Few hook names and position changed [bug: 4845] More... about 13 years ago
! Disabling showing spiders could cause sql errors in Whos online (Who.php) [Bug 4840] ! It was impossible to register with coppa enabled and agreement disabled (Register.php, Register template, Login language) [Bug 4817] More... about 13 years ago
! Sorting the memberlist by online status caused an error in PostgreSQL (Memberlist.php, thank you TheStupidOne!) ! Small doc changes. + Add support for IPv6 (Subs.php, Security.php, ManageSearchEngines.php, ManageBans.php, QueryString.php, install_2-1_*.sql, upgrade_2-1_*.sql) [Feature 3987,3153,4593] + Allow css to target actions and/or specific boards (index Template) [Feature 2958] + Added ability to remove spider stats (ManageSearchEngines.php, Search language, ManageSearch template) [Feature 4757] & Moved Search Engine details to helptext and used better descriptions (Search language, Help language) [Feature 4568] ! Disabling guest access would break subscriptions. (subscriptions.php) [Bug 4835] + Allow for separate full backups and file backups during package manager operations (Subs-Package.php, Packages.php, Packages language, Packages template, upgrade_2-1_*.sql) ! Bad password checks still resulting in the language changing (Profile-Modify.php) [Bug 4805] ! Postgresql does not like && (Load.php) [Bug 4819] More... about 13 years ago
! Some more substr() changes ! Fix undefined index: http://www.simplemachines.org/community/index.php?topic=439520 ! Undefined index from way back - http://www.simplemachines.org/community/index.php?topic=359749 ! Minor code cleaning ! Doc changes ! Move some Javascript to the .js file. There's still so much to go with this. + Added session id, session var, and member id to the javascript variables ! A bunch of Javascript changes otherwise. ! Fixed a tiny Javascript issue with moderate login and focusing on it More... about 13 years ago
! Some versions may not contain a minor type. (Subs-Package.php) [Bug 4775] ! Some versions may not contain a minor type. (Subs-Package.php) ! Don't allow empty bbc tags to follow the censor (ManagePost.php, Subs-Post.php) [Bug 4792] ! Added a hidden mod setting to enable deleting a members email upon member deletion (Subs-Members.php) [Bug 4795] ! In some rare cases, the cookie would still not be updated properly after the session changes (Subs-Auth.php) [Bug 4506] ! Fixed title tag in news readme. ! Don't pass global variables to hooks [Bug 4796] ! Substr is slow (Subs-Editor.php, Subs-Members.php, Load.php) [WIP 4176] ! Editing events wouldn't work properly if you couldn't modify the post. (Calendar.php) [Bug 4734] Thanks emanuele! More... about 13 years ago
! Change @ini_get to ini_get. It never returns an error. ! @version_compare() never returns an error... neither does version_compare() ! Change version_compare() == # to the nicer, more readable format of version_compare(,,'') ! Changed some substr() == string to strpos() === # ! Substr is slower than other methods such as strpos and indexs (Many PHP Files) ! [WIP 4176] More... about 13 years ago
! Our str_ireplace function can support the argument as we support PHP 4.1.0+ (Subs-Compat.php) ! Move our custom search to its API (SearchAPI-Custom.php, Search.php) ! Added some more search API locations for better API support and bumped API version (Subs-Post.php, SplitTopics.php, Search.php, SearchAPI-*.php, ManageSearch.php) ! Starting doc changes in Subs.php ! Version changes More... about 13 years ago
! A couple of minor CSS changes that probably won't make any difference but were bothering me ! More doc changes (some with search & replace... don't hurt me) ! More doc changes + Added the other 2/3's of Slammeddime's hooks + Add two more hooks to add methods to SSI.php and credits to ?action=credits [bug 4782] ! parsesmileys() creates a regex too complex (Subs.php) [bug 3839] + Added str_ireplace to Subs-Compat.php from a post (http://www.simplemachines.org/community/index.php?msg=2420295) made by [Unknown] ! Rewrite censorTxt() so it does less preg parsing. - Revert part of REV 10710. It was producing an undefined index ! Fix "Undefined index: group_inherit" in ManageMembergroups.php [Bug 4760] ! Small @todo in QueryString.php ! Missing closing div [Bug 4784] ! Change "Attachments and other options" to "Other options" when the attachments are not allowed [Bug 4729] ! DumpDatabase.php should output after 65k bytes. Not fixing but from http://www.simplemachines.org/community/index.php?topic=323594 More... about 13 years ago
! Pedantry in action. Making sure all new files have 'LF' svn property. ! messageIconChecks_disable should be enable [bug 4095] ! MySQL 4.0.0 allows for multi-table deletes. (ManageBans.php, ManageMaintenance.php, ManagePermissions.php) ! Two very tiny doc changes that were annoying me + Allow users to view their login history + 1/3 of the way done adding Slammeddime's additional hooks mod ! Always show boxes to add new censored words [bug 4555] (Admin.template.php) ! Robots shouldn't update num views (Display.php) + Style the <body> by id ! getMembersOnlineStats() should be cached and allow for no-sorting as an option (BoardIndex.php, Subs-MembersOnline.php, SSI.php) ! It also appears I fixed a bug where = was used instead of == in Subs-MembersOnline.php + LiteSpeed = Apache [bug 4538] (Querystring.php, Subs.php, Load.php) More... about 13 years ago
! Logging and error handling: a little step of refactoring of fatal errors (wip). ! Quick code documentation on Subs-Recent.php ! Cleaning fatal error messages. ! Code documentation (incomplete) for Themes. ! Admin search should load ManageLanguages as well. More... about 13 years ago
+ Added token checks to Profile (Profile.php, Profile-Modify.php, Profile Template) + Added a session check to moderation center like the admin center (ModerationCenter.php, ModerationCenter language) + Added token checks to Moderation Center (Many files) More... about 13 years ago
! Theme editing didn't correctly handle session errors for templates (Themes.php) + Admins can now end their admin session (Admin.php, Admin language) + Created token verification (Security.php, Subs-Auth.php) + Added token checks to Login, Register, Remind and Admin Configuration Panels (Lots of files). More... about 13 years ago
! More doc changes (requires some capitalization fixes) ! pedantic stuff on Josh's revs. Oh yes it's possible! ;) ! Some more doc changes before bed. More... about 13 years ago
! A more doc changes (officially bored of this now) More... about 13 years ago
! a little more code documentation ! Fixing and merging rev 10385, 10396 from 2.1-requests, on LogInOut.php related to [bug 4339] ! Very small optimizations in index.php (just to apaise Josh :P), merged from 2.1-requests. More... about 13 years ago
! Continuing with doc refactoring (made a little mistake with /* instead of /** (PHP Doc style) ! doc refactoring (Search.php) ! $var = $var removal Search.php More... about 13 years ago
! Refactoring and adding code documentation. (many files.) ! Small tweaks in coding style and commenting in ManageLanguages template for Antechinus to see. :P ! One more little refactoring step. Move writeLog() from Subs.php to Errors.php. ! NB: found a bug/incomplete feature in Search.php related to this, documented it a bit. More... about 13 years ago