phpBB
Statistics
| Revision:

root / tags / 1.0.0-rc3 / docs / CHANGELOG

History | View | Annotate | Download (2.9 kB)

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