File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## 1.0.4 - 2016-11-20
3+ ## 1.0.4 - 2016-12-02
44
55- Fixed some rare cases where errors caused a blank page. They are now caught, resulting in a proper error message.
66- Fixed some missing language keys in rare error messages from the nestedset class.
77- Fixed an issue in the ACP where the "Rule parent" field would not retain its value when previewing a rule or getting an warning message.
8+ - Fixed an issue where the AJAX processing indicator was not displaying in the ACP when moving rules up/down.
89- Ensure compatibility with Symfony in future phpBB releases.
910- Major code improvements and optimisations.
1011- Language packs added:
Original file line number Diff line number Diff line change @@ -153,9 +153,9 @@ <h1>{L_ACP_BOARDRULES_MANAGE}</h1>
153153 </ td >
154154 < td class ="actions ">
155155 < span class ="up-disabled " style ="display:none; "> {ICON_MOVE_UP_DISABLED}</ span >
156- < span class ="up "> < a href ="{rules.U_MOVE_UP} " data-ajax ="row_up " data-overlay =" false " > {ICON_MOVE_UP}</ a > </ span >
156+ < span class ="up "> < a href ="{rules.U_MOVE_UP} " data-ajax ="row_up "> {ICON_MOVE_UP}</ a > </ span >
157157 < span class ="down-disabled " style ="display:none; "> {ICON_MOVE_DOWN_DISABLED}</ span >
158- < span class ="down "> < a href ="{rules.U_MOVE_DOWN} " data-ajax ="row_down " data-overlay =" false " > {ICON_MOVE_DOWN}</ a > </ span >
158+ < span class ="down "> < a href ="{rules.U_MOVE_DOWN} " data-ajax ="row_down "> {ICON_MOVE_DOWN}</ a > </ span >
159159 < a href ="{rules.U_EDIT} "> {ICON_EDIT}</ a >
160160 < a href ="{rules.U_DELETE} " data-ajax ="row_delete "> {ICON_DELETE}</ a >
161161 </ td >
You can’t perform that action at this time.
0 commit comments