phpBB
Statistics
| Revision:

root / tags / 1.0.0-rc4 / docs / CHANGELOG

History | View | Annotate | Download (3.4 kB)

1
AutoMOD Changelog
2
3
- Changes since 1.0.0 Release Candidate 3
4
 + [Feature] MODX 1.2.4 and 1.2.5 support
5
 + [Change] Do not try to cope with invalid MODX; throw errors instead.
6
 + [Fix] Correct naming of files in the Compressed File Download write method
7
 + [Fix] Improve handling of previously installed languages and styles
8
 + [Fix] Do not re-do MOD edits when installing the MOD on a prosilver-based style
9
 + [Fix] Better whitespace handling on installation and uninstallation as well
10
 + [Fix] Remember FTP information when using the force install feature
11
12
- Changes since 1.0.0 Release Candidate 2
13
 + [Feature] Allow MOD uploads directly in AutoMOD
14
 + [Feature] MODX 1.2.3 support
15
 + [Change] MODs installed by Compressed File Download can be downloaded multiple times
16
 + [Change] Now using a UMIL-based installer
17
 + [Fix] Better support for complex combinations of in-line actions
18
 + [Fix] Allow user to choose FTP method due to reported difficulties with PHP FTP extension
19
 + [Fix] Friendlier error-handling in spots
20
 + [Fix] Special characters in file names are properly handled
21
 + [Fix] Force Install feature was broken when processing child MODX files
22
 + [Fix] Correct file selection when MOD has multiple MODX files in its directory
23
 + [Fix] Inherited styles now properly handled by AutoMOD 
24
25
- Changes since 1.0.0 Release Candidate 1
26
 + [Change] Show the filename when an XML parsing error occurs
27
 + [Fix] Uninstaller backups now work properly
28
 + [Fix] Correctly localise DIY Instructions
29
 + [Fix] Do not offer to install contribs until after a MOD is installed
30
 + [Fix] Uninstallation when mutliple actions are in an <edit> tag
31
 + [Fix] Allow AutoMOD installation to work on MSSQL
32
33
- Changes since 1.0.0 Beta 2
34
 + [Feature] Back up all files before editing them
35
 + [Feature] More stern warning prompt when using "force install" button
36
 + [Change] Paths are handled without passing $phpbb_root_path around
37
 + [Fix] Improved support for MODX 1.0.x 
38
 + [Fix] Correct cosmetic issues under MSIE
39
 + [Fix] Do not copy files when installation fails
40
 + [Fix] Database changes are performed when using "force install"
41
 + [Fix] Whitespace handling in uninstall
42
 + [Fix] Inline action handling in uninstall
43
 + [Fix] Single edit with multiple actions is now handled properly by uninstallation
44
 + [Fix] Correctly build SQL query for forced style installs
45
 + [Fix] Duplicate table prefix alteration occurred in some cases
46
 + [Fix] CHMODs are octal, not hex
47
48
- Changes since 1.0.0 Beta 1
49
 + [Feature] Allow users to "force" a MOD's template instructions on another template
50
 + [Feature] Support MODX 1.2.2
51
 + [Feature] Allow admins to select file and directory permissions with direct & ftp write methods
52
 + [Feature] Move option to preview changes into admin panel
53
 + [Fix] Installer works without enabling DEBUG_EXTRA
54
 + [Fix] Uninstall works with the FTP write method
55
 + [Fix] Fail without PHP notices when a directory cannot be created
56
 + [Fix] Only show FTP settings dialogue box when FTP is chosen as write method
57
 + [Fix] Automatically detect FTP method (ftp or fsock)
58
 + [Fix] Display changelogs correctly in details mode
59
 + [Fix] Improved handling of linked files in "details" mode
60
 + [Fix] Improved handling of MODX 1.0.x packaging standards
61
 + [Fix] Properly handle uninstallation of "in-line replace" and replace-with actions
62
 + [Fix] Correct and add a number of language variables
63
 + [Fix] Correctly copy "deep" directory structures
64
 + [Fix] Improved bookkeeping on templates and languages