Skip to content

Commit

Permalink
updated to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbaseman committed Feb 12, 2017
1 parent d964b90 commit 0ba3a26
Show file tree
Hide file tree
Showing 45 changed files with 424 additions and 181 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
Header: Version-History

1.5:
1.5.1 %(mrbaseman, 25 Jan 2017)%
- allow arrays for !$ref_name! in <opf_move_up_before>
- switch to colon separator in ajax helper
- if !$ref_name! is ommited in <opf_move_up_before>, move !$name! up to the top
- update patch detection for wbce 1.2 and module filter replacement
- suppress warning when <opf_move_up_before> is called and !$ref_name! not found
- store active/inactive state not only inside opf but also as WBCE Settings value
- add additional hint upon an attempt to install a module filter as a plugin
- trigger upgrade/install of module filters
- in <opf_filter_is_active> take settings constants into account
- immediately reflect toggle of the active/inactive state in the dashboard

1.5.0 %(mrbaseman, 29 Sept 2016)%
- fetch $page_id from constant !PAGE_ID! for all cases
- automagically initialize the global filter list
Expand Down
1 change: 1 addition & 0 deletions TODO
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
TODO list for future releases
=============================
- maybe include more example filters one time

6 changes: 3 additions & 3 deletions add_filter.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
*
* @category tool
* @package Outputfilter Dashboard
* @version 1.5.0
* @version 1.5.1
* @authors Thomas "thorn" Hornik <[email protected]>, Christian M. Stefan (Stefek) <[email protected]>, Martin Hecht (mrbaseman) <[email protected]>
* @copyright (c) 2009,2010 Thomas "thorn" Hornik, 2010 Christian M. Stefan (Stefek), 2016 Martin Hecht (mrbaseman)
* @copyright (c) 2009,2010 Thomas "thorn" Hornik, 2010 Christian M. Stefan (Stefek), 2017 Martin Hecht (mrbaseman)
* @link https://github.com/WebsiteBaker-modules/outpufilter_dashboard
* @link http://forum.websitebaker.org/index.php/topic,28926.0.html
* @link http://forum.wbce.org/viewtopic.php?pid=3121
* @link https://forum.wbce.org/viewtopic.php?id=176
* @link http://addons.wbce.org/pages/addons.php?do=item&item=53
* @license GNU General Public License, Version 3
* @platform WebsiteBaker 2.8.x
Expand Down
2 changes: 1 addition & 1 deletion ajax/ajax_dragdrop.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ if(jQuery().sortable){
type: 'POST',
url: AJAX_PLUGINS+'/ajax_dragdrop.php',
data: jQuery(this).sortable("serialize", {
expression: /(.+)[_:](.+)/
expression: /(.+)[:](.+)/
}) + '&action=updatePosition',
dataType: 'json',
success: function(json_respond){
Expand Down
6 changes: 3 additions & 3 deletions ajax/ajax_dragdrop.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
*
* @category tool
* @package Outputfilter Dashboard
* @version 1.5.0
* @version 1.5.1
* @authors Thomas "thorn" Hornik <[email protected]>, Christian M. Stefan (Stefek) <[email protected]>, Martin Hecht (mrbaseman) <[email protected]>
* @copyright (c) 2009,2010 Thomas "thorn" Hornik, 2010 Christian M. Stefan (Stefek), 2016 Martin Hecht (mrbaseman)
* @copyright (c) 2009,2010 Thomas "thorn" Hornik, 2010 Christian M. Stefan (Stefek), 2017 Martin Hecht (mrbaseman)
* @link https://github.com/WebsiteBaker-modules/outpufilter_dashboard
* @link http://forum.websitebaker.org/index.php/topic,28926.0.html
* @link http://forum.wbce.org/viewtopic.php?pid=3121
* @link https://forum.wbce.org/viewtopic.php?id=176
* @link http://addons.wbce.org/pages/addons.php?do=item&item=53
* @license GNU General Public License, Version 3
* @platform WebsiteBaker 2.8.x
Expand Down
6 changes: 3 additions & 3 deletions backend.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ backend.css
*
* @category tool
* @package Outputfilter Dashboard
* @version 1.5.0
* @version 1.5.1
* @authors Thomas "thorn" Hornik <[email protected]>, Christian M. Stefan (Stefek) <[email protected]>, Martin Hecht (mrbaseman) <[email protected]>
* @copyright (c) 2009,2010 Thomas "thorn" Hornik, 2010 Christian M. Stefan (Stefek), 2016 Martin Hecht (mrbaseman)
* @copyright (c) 2009,2010 Thomas "thorn" Hornik, 2010 Christian M. Stefan (Stefek), 2017 Martin Hecht (mrbaseman)
* @link https://github.com/WebsiteBaker-modules/outpufilter_dashboard
* @link http://forum.websitebaker.org/index.php/topic,28926.0.html
* @link http://forum.wbce.org/viewtopic.php?pid=3121
* @link https://forum.wbce.org/viewtopic.php?id=176
* @link http://addons.wbce.org/pages/addons.php?do=item&item=53
* @license GNU General Public License, Version 3
* @platform WebsiteBaker 2.8.x
Expand Down
6 changes: 3 additions & 3 deletions backend_body.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ backend_body.js
*
* @category tool
* @package Outputfilter Dashboard
* @version 1.5.0
* @version 1.5.1
* @authors Thomas "thorn" Hornik <[email protected]>, Christian M. Stefan (Stefek) <[email protected]>, Martin Hecht (mrbaseman) <[email protected]>
* @copyright (c) 2009,2010 Thomas "thorn" Hornik, 2010 Christian M. Stefan (Stefek), 2016 Martin Hecht (mrbaseman)
* @copyright (c) 2009,2010 Thomas "thorn" Hornik, 2010 Christian M. Stefan (Stefek), 2017 Martin Hecht (mrbaseman)
* @link https://github.com/WebsiteBaker-modules/outpufilter_dashboard
* @link http://forum.websitebaker.org/index.php/topic,28926.0.html
* @link http://forum.wbce.org/viewtopic.php?pid=3121
* @link https://forum.wbce.org/viewtopic.php?id=176
* @link http://addons.wbce.org/pages/addons.php?do=item&item=53
* @license GNU General Public License, Version 3
* @platform WebsiteBaker 2.8.x
Expand Down
6 changes: 3 additions & 3 deletions config_init.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
*
* @category tool
* @package Outputfilter Dashboard
* @version 1.5.0
* @version 1.5.1
* @authors Thomas "thorn" Hornik <[email protected]>, Christian M. Stefan (Stefek) <[email protected]>, Martin Hecht (mrbaseman) <[email protected]>
* @copyright (c) 2009,2010 Thomas "thorn" Hornik, 2010 Christian M. Stefan (Stefek), 2016 Martin Hecht (mrbaseman)
* @copyright (c) 2009,2010 Thomas "thorn" Hornik, 2010 Christian M. Stefan (Stefek), 2017 Martin Hecht (mrbaseman)
* @link https://github.com/WebsiteBaker-modules/outpufilter_dashboard
* @link http://forum.websitebaker.org/index.php/topic,28926.0.html
* @link http://forum.wbce.org/viewtopic.php?pid=3121
* @link https://forum.wbce.org/viewtopic.php?id=176
* @link http://addons.wbce.org/pages/addons.php?do=item&item=53
* @license GNU General Public License, Version 3
* @platform WebsiteBaker 2.8.x
Expand Down
6 changes: 3 additions & 3 deletions convert.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
*
* @category tool
* @package Outputfilter Dashboard
* @version 1.5.0
* @version 1.5.1
* @authors Thomas "thorn" Hornik <[email protected]>, Christian M. Stefan (Stefek) <[email protected]>, Martin Hecht (mrbaseman) <[email protected]>
* @copyright (c) 2009,2010 Thomas "thorn" Hornik, 2010 Christian M. Stefan (Stefek), 2016 Martin Hecht (mrbaseman)
* @copyright (c) 2009,2010 Thomas "thorn" Hornik, 2010 Christian M. Stefan (Stefek), 2017 Martin Hecht (mrbaseman)
* @link https://github.com/WebsiteBaker-modules/outpufilter_dashboard
* @link http://forum.websitebaker.org/index.php/topic,28926.0.html
* @link http://forum.wbce.org/viewtopic.php?pid=3121
* @link https://forum.wbce.org/viewtopic.php?id=176
* @link http://addons.wbce.org/pages/addons.php?do=item&item=53
* @license GNU General Public License, Version 3
* @platform WebsiteBaker 2.8.x
Expand Down
6 changes: 3 additions & 3 deletions css.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
*
* @category tool
* @package Outputfilter Dashboard
* @version 1.5.0
* @version 1.5.1
* @authors Thomas "thorn" Hornik <[email protected]>, Christian M. Stefan (Stefek) <[email protected]>, Martin Hecht (mrbaseman) <[email protected]>
* @copyright (c) 2009,2010 Thomas "thorn" Hornik, 2010 Christian M. Stefan (Stefek), 2016 Martin Hecht (mrbaseman)
* @copyright (c) 2009,2010 Thomas "thorn" Hornik, 2010 Christian M. Stefan (Stefek), 2017 Martin Hecht (mrbaseman)
* @link https://github.com/WebsiteBaker-modules/outpufilter_dashboard
* @link http://forum.websitebaker.org/index.php/topic,28926.0.html
* @link http://forum.wbce.org/viewtopic.php?pid=3121
* @link https://forum.wbce.org/viewtopic.php?id=176
* @link http://addons.wbce.org/pages/addons.php?do=item&item=53
* @license GNU General Public License, Version 3
* @platform WebsiteBaker 2.8.x
Expand Down
6 changes: 3 additions & 3 deletions debug_conf.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
*
* @category tool
* @package Outputfilter Dashboard
* @version 1.5.0
* @version 1.5.1
* @authors Thomas "thorn" Hornik <[email protected]>, Christian M. Stefan (Stefek) <[email protected]>, Martin Hecht (mrbaseman) <[email protected]>
* @copyright (c) 2009,2010 Thomas "thorn" Hornik, 2010 Christian M. Stefan (Stefek), 2016 Martin Hecht (mrbaseman)
* @copyright (c) 2009,2010 Thomas "thorn" Hornik, 2010 Christian M. Stefan (Stefek), 2017 Martin Hecht (mrbaseman)
* @link https://github.com/WebsiteBaker-modules/outpufilter_dashboard
* @link http://forum.websitebaker.org/index.php/topic,28926.0.html
* @link http://forum.wbce.org/viewtopic.php?pid=3121
* @link https://forum.wbce.org/viewtopic.php?id=176
* @link http://addons.wbce.org/pages/addons.php?do=item&item=53
* @license GNU General Public License, Version 3
* @platform WebsiteBaker 2.8.x
Expand Down
2 changes: 1 addition & 1 deletion dialog/jquery.dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ function fadeDialog(flag)
/* define some message-functions */
function opf_message(title, text, type, button1, button2, action) {
DLGRESULT = null;
showDialog(title,text,type, 350, 120, false, false, true, 4, button1, button2);
showDialog(title,text,type, 450, 180, false, false, true, 4, button1, button2);
//<!-- showDialog(title, message, type, width, height, autohide, atcursor, modal, buttons, button1, button2)-->
if(action!=0) {
setTimeout("opf_message_helper('"+action+"')",100);
Expand Down
Loading

0 comments on commit 0ba3a26

Please sign in to comment.