0
I Use This!
Inactive

Commits : Listings

Analyzed 16 days ago. based on code collected 17 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix a handful of bugs including: - 41255 -- extra white lines after uninstall - Bug where FTP connection would be attempted in the installer even if there was no possible FTP method - urlencode slashes More... almost 16 years ago
Fix r162 More... almost 16 years ago
- Change the way we deal with paths - If the regex in update_database_template fails, don't show a PHP notice More... almost 16 years ago
Bugs 41045, 41055, 41145, 41155, 41415 More... about 16 years ago
Fixed line 668 by removing !empty which was causing crash. More... about 16 years ago
stupid editor. More... about 16 years ago
Replace DEBUG error with a nicer error. More... about 16 years ago
allow running install if acp_modules exists. More... about 16 years ago
I'm just a changelog More... about 16 years ago
- Fix SQL error when MySQL strict is enabled More... about 16 years ago
Allow updater to work :P More... about 16 years ago
Updater More... about 16 years ago
#39545 again ... the bug that never ends More... about 16 years ago
- Initial Support for template instruction application to further templates - Bug 40295 More... about 16 years ago
Heh, oops. More... about 16 years ago
- Some refactoring - Bugs 39545 (part deux), 40285, 40315 More... about 16 years ago
- Bug 39545 - Show proper success message when files are copied - Make the default permissions that are created and the language strings agree More... about 16 years ago
$_REQUEST['method'] was missing in some cases. Make sure this always exists by using a different S_HIDDEN_FIELDS (It was getting overridden somewhere else). This problem caused that call_user_array failed because $config['ftp_method'] was empty. (Do we really need to set $config['ftp_method'] every time?) More... about 16 years ago
THis is the correct value here i think. More... about 16 years ago
Attempt to correct permissions with direct method More... about 16 years ago
Let FTP work again More... about 16 years ago
Look, Ma! New config options! - Allow users to specify a CHMOD for their files and directories - Allow users a proper interface to preview changes These should fix bugs 38075 and 39345 More... about 16 years ago
- Better fix for 39285 - #39795 More... about 16 years ago
forgot to add the new file required by r139 More... about 16 years ago
- Refactor the editor class(es) - Form IDs are now unique - FTP settings are now hidden if not in use and are included from another file - Bugs 39285, 29325, 39335 More... about 16 years ago
Converted all files to UNIX line-ends. Added some IN_PHPBB checks. More... about 16 years ago
- Fix bugs 38915, 39195, 39225, 39235, 39275, 39305, 39315 - Hopefully allow installer to work in more mod_security settings More... about 16 years ago
Remove incorrect tag :oops: More... about 16 years ago
Use different value for submit button in case $can_proceed is false. More... about 16 years ago
Fixed my fix, it fixes the orignal problem now. More... about 16 years ago