Re-Tag B1
Some installer adjustments
Let's commit the proper version of the installer + some explanation improvements
- Implementing some suggestions from QA- Fixes bug 38545- This logo is temporary
only include acp_modules once if it was included previously cough quickinstall cough
Missing {S_FORM_TOKEN} for config (Wasnt able to update my blinky config anymore :()
- Better handling of MODX 1.0.x
Some major fixes, including: - Only use the stored version of a template if it is actually active - Some idea of dependency handling - #38305, #38355, #37955 - Additional TLC for the installer
Rebranding
- Fix installation of translations
- Bugs 35555, 36595, 37135, 37345, 37505- Some further TLC for the installer- Hide labels in details page if their data does not exist
- Minimum phpBB version now 3.0.3.
#32135, 37145
- Small UI fixes- avoid notice if a MOD doesn't have comments
Implement comments (#32135)
Might as well go all the way with this
#35655, 36105, 36305, 36625
A number of fixes, including #26865, #33425, #33975, and #35675
Fixing some bugs. Highlights:- It is now possible to execute a find target twice in a row on the same file- find > replace -> (before|after)-add now works Only process a given XML file once- Improve handling of blank lines- Additional work on the SQL tag parsing
#31745
"Proof that I tested it"
- Major fixes for the mod parser:: SQL now works whether all queries are in one tag, or are in their own tag:: Allow <link> tag parsing to work again
Fix severe bug when installing MODs
- Small interface changes -- more on the way- Revise uninstall method - this does not currently support the "operation" action- Broke changelogs.
A little better...some things are still rather broken, like the details page for already existing MODs.
Ok, this is not that pretty. But my cohorts in the MOD Team demand something that can understand MODX 1.2.0. This will do it, but it wasn't tested that well.
Also, fixes bug 28205.
init $children in mod_parser
Update parser to MODX 1.2.0
- Bug 25055- Perform SQL queries only if edits are successful- Show inline edits correctly- Don't throw errors when editing editor.js- Additional fixes with multiple inline edits on a file
More .zip fixes
Fixes for WRITE_MANUAL
Igor bug #55 :P + This allows inline actions to work properly when there are multiple finds within an edit tagBug 24745, 24815
- Some fixes + No longer require changes to includes/constants.php during installation + Purge cache after installing a MOD successfully + Correctly handle copying entire directory + Force finds to be strings -- things broke when a single integer was being found...
- Wrap up bugs 23415, 23325, 22985 (that means better error handling now :))- Fix an i18n bug- Some more commenting
fixing an undefined index
some changes to make it easier to install blinky automatically (phpbb quickinstall for example :D)
#23055 again
- Fixing several parts of MEGA-BUG #22985- Bug 23085, 23055- Fix some XHTML problems- Use column names that actually exist in the phpbb_lang table _ <-- I must have been hypnotized when I wrote that query
_
adding some more things for compress_method, even though it's not supported yetadd back links after updating configuration and errors
- Better inc_string function- Don't complain if MOD author notes no changes in the change log.
Some error handling for MOD actions that fail. Thinking of making it so people can edit the FINDs from the list of actions and then retry the installation.
CVS no longer used
set_config is cool
Testing...
Test commit
- Allow MODs which have no actions to be processed- Trim inline actions
Fixing some more things...installation actually works now...still need some work on the uninstaller ;/
- ch-ch-ch-anges- Implement uninstaller - better than the first time- Sack lots of redundant code- Re-organize classes a bit
I guess I should add this file.
Some cleaning.FTP Works (#17615)
- missing lang entry - added some nl2br's to the mod description
missing language entry
- Replace action no longer eats new lines - bug noticed by EXReaction- Don't trim tabs - EXReaction- Fix multiple actions based on a single find (again)- Fix display of inline finds - Bug noticed by EXReaction- $k != $i - EXReaction
- Fix copy action if directory to copy to does not exist- Add lang strings forgotten in last commit- No more parse error
Hmm...SVN.
- Better error message when an inline action is incorrect- Can now execute multiple inline actions on one inline find without creating parse errors
Testcommit
Only use mkdir for WRITE_DIRECT. Gives no notice anymore for FTP.
Donut: Can you confirm this is OK? Works for me now with FTP.
...
i really wonder what's wrong with you, paul... :P
We like ugly fixes.Eric: This fixes the installation with the config items, set_config dont insert when its already exists in $config. Not the best fix :/
Fixed install (donut nubbed) and added lang item for updating config.
- Some code cleanup- $user->lang[] ify MOD actions- Fixed a lovely bug when user tries to install a MOD finding the same code in different places more than once
Proper fix for find/actions that are not 1:1
- Fix for MODs which create new dirs with their copy command- Fix for MODs which perform multiple actions on one find- Clarify an error message
Let installer work again (and trim lots of unused code)
- Index.htm page
- Slight paradigm shift for replace- We won't be using an XML file for installation-- Fix missing submit buttons in installer
left over debug code.
Bug fixes.Configuration for FTP works better now.Possible fix for #17615
Bug fixes in the installer. Looks like a lot was left out of the configuration section but some bug fixes there.
Committage, take two. Rawr.
Yes CVS loves me ... yes CVS loves me...Tortoise Tells me So.Say hello to the new config page .... not everything here has been properly tested yet because I'm nub.
Say hello to the new config page .... not everything here has been properly tested yet because I'm nub.
Remove MODs from the repository
Begone debug code!
Implement zip file download if FTP is unavailableGive better error messages (still in progress)Correctly implement increment actionSome fixes - Bug 17665 (tiny change, big bug!) - Bug 17595
Bug 17575, 17585, 17635, 17675, 17715
Fixing a not closed strong.
- Implement language and style parsing after the MOD has initially been installed
Oops.
Finishing cleanup up FTP functions. Although it wasn't moving the files for some reason. I wasn't getting any errors and the paths were correct. Someone test please.
Cleaned up FTP on the install. Need to do in the install MOD page.
- Let subdirectories work again- Use <br /> in Author notes when appropriate
i really do hope gforge gets replaced soon!
little fixes
Bug fixes. Looks like FTP is working. Need to fix kinks to make it easier to use.
<AcydBurn>some fixes</AcydBurn>
:P
- Add support for FTP (in theory, I didn't and can't test)- update installer- fairly significant fix to the <find> method- Only list MODs as having been installed if the install succeeded- Minor regular expression fix [NeoThermic]
- Fix minor bug with SQL parsing- Implement increment action
Starts on FTP support.
- Brand New editor class (purposely breaks copy action ... more on that soon)- more schema changes- trim more stuff in the XML parser- remove trial editor from the repository
Starts on a new editor file that will have less potential for errors.
More bug fixes with the installer and viewing the details about MODs. Still won't install on Linux.
Fixing installation bugs with the creating tables.