Changeset 1358834
- Timestamp:
- 02/26/2016 11:56:05 AM (10 years ago)
- Location:
- custom-login-page
- Files:
-
- 2 deleted
- 3 edited
- 27 copied
-
tags/2.8.1 (copied) (copied from custom-login-page/trunk)
-
tags/2.8.1/class-lib/A5_DynamicFileClass.php (copied) (copied from custom-login-page/trunk/class-lib/A5_DynamicFileClass.php)
-
tags/2.8.1/class-lib/A5_FormFieldClass.php (copied) (copied from custom-login-page/trunk/class-lib/A5_FormFieldClass.php)
-
tags/2.8.1/class-lib/A5_MCEButtonClass.php (copied) (copied from custom-login-page/trunk/class-lib/A5_MCEButtonClass.php)
-
tags/2.8.1/class-lib/A5_OptionPageClass.php (copied) (copied from custom-login-page/trunk/class-lib/A5_OptionPageClass.php)
-
tags/2.8.1/class-lib/A5_WidgetClass.php (copied) (copied from custom-login-page/trunk/class-lib/A5_WidgetClass.php)
-
tags/2.8.1/class-lib/CLP_AdminClass.php (copied) (copied from custom-login-page/trunk/class-lib/CLP_AdminClass.php)
-
tags/2.8.1/class-lib/CLP_AdminClassShortcode.php (copied) (copied from custom-login-page/trunk/class-lib/CLP_AdminClassShortcode.php)
-
tags/2.8.1/class-lib/CLP_AdminClassWidget.php (copied) (copied from custom-login-page/trunk/class-lib/CLP_AdminClassWidget.php)
-
tags/2.8.1/class-lib/CLP_DynamicCSSClass.php (copied) (copied from custom-login-page/trunk/class-lib/CLP_DynamicCSSClass.php)
-
tags/2.8.1/class-lib/CLP_DynamicJSClass.php (copied) (copied from custom-login-page/trunk/class-lib/CLP_DynamicJSClass.php) (1 diff)
-
tags/2.8.1/class-lib/CLP_ShortcodeClass.php (copied) (copied from custom-login-page/trunk/class-lib/CLP_ShortcodeClass.php)
-
tags/2.8.1/class-lib/CLP_WidgetClass.php (copied) (copied from custom-login-page/trunk/class-lib/CLP_WidgetClass.php)
-
tags/2.8.1/custom-login-page.php (copied) (copied from custom-login-page/trunk/custom-login-page.php) (1 diff)
-
tags/2.8.1/languages/custom-login-page-de_DE.mo (copied) (copied from custom-login-page/trunk/languages/custom-login-page-de_DE.mo)
-
tags/2.8.1/languages/custom-login-page-de_DE.po (copied) (copied from custom-login-page/trunk/languages/custom-login-page-de_DE.po)
-
tags/2.8.1/languages/custom-login-page-sk_SK.mo (copied) (copied from custom-login-page/trunk/languages/custom-login-page-sk_SK.mo)
-
tags/2.8.1/languages/custom-login-page-sk_SK.po (copied) (copied from custom-login-page/trunk/languages/custom-login-page-sk_SK.po)
-
tags/2.8.1/languages/custom-login-page-sr_RS.mo (copied) (copied from custom-login-page/trunk/languages/custom-login-page-sr_RS.mo)
-
tags/2.8.1/languages/custom-login-page-sr_RS.po (copied) (copied from custom-login-page/trunk/languages/custom-login-page-sr_RS.po)
-
tags/2.8.1/languages/custom-login-page.pot (copied) (copied from custom-login-page/trunk/languages/custom-login-page.pot)
-
tags/2.8.1/readme.txt (copied) (copied from custom-login-page/trunk/readme.txt) (3 diffs)
-
tags/2.8.1/tinymce/editor_plugin.js (copied) (copied from custom-login-page/trunk/tinymce/editor_plugin.js)
-
tags/2.8.1/tinymce/langs/de.js (copied) (copied from custom-login-page/trunk/tinymce/langs/de.js)
-
tags/2.8.1/tinymce/langs/de_DE.js (copied) (copied from custom-login-page/trunk/tinymce/langs/de_DE.js)
-
tags/2.8.1/tinymce/langs/en.js (deleted)
-
tags/2.8.1/tinymce/langs/en_US.js (deleted)
-
tags/2.8.1/tinymce/langs/nl.js (copied) (copied from custom-login-page/trunk/tinymce/langs/nl.js)
-
tags/2.8.1/tinymce/langs/nl_NL.js (copied) (copied from custom-login-page/trunk/tinymce/langs/nl_NL.js)
-
trunk/class-lib/CLP_DynamicJSClass.php (modified) (1 diff)
-
trunk/custom-login-page.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
custom-login-page/tags/2.8.1/class-lib/CLP_DynamicJSClass.php
r1358772 r1358834 19 19 $link = wp_login_url().'?TB_iframe=true&width=800&height=600&sandbox=""'; 20 20 21 a5_scripts('admin', array('toplevel_page_clp-settings'), true);21 $this->a5_scripts('admin', array('toplevel_page_clp-settings'), true); 22 22 23 23 parent::$admin_scripts .= $eol.'jQuery(document).ready(function(){jQuery(\'#prev\').attr(\'href\', \''.$link.'\');});'.$eol; -
custom-login-page/tags/2.8.1/custom-login-page.php
r1358772 r1358834 3 3 Plugin Name: A5 Custom Login Page 4 4 Description: Just customize your login page (or that of your community etc.) by giving the WP login page a different look, with your own logo and special colours and styles. 5 Version: 2.8 5 Version: 2.8.1 6 6 Author: Stefan Crämer 7 7 Author URI: http://www.stefan-craemer.com -
custom-login-page/tags/2.8.1/readme.txt
r1358772 r1358834 6 6 Requires at least: 3.9 7 7 Tested up to: 4.5 8 Stable tag: 2.8 8 Stable tag: 2.8.1 9 9 10 10 Style your login page differently. … … 44 44 45 45 == Changelog == 46 47 = 2.8.1 = 48 49 * Bug that caused white screen fixed 46 50 47 51 = 2.8 = … … 387 391 388 392 Framework updated; CSS is now cached 393 394 = 2.8.1 = 395 396 Bug that caused white screen fixed -
custom-login-page/trunk/class-lib/CLP_DynamicJSClass.php
r1358772 r1358834 19 19 $link = wp_login_url().'?TB_iframe=true&width=800&height=600&sandbox=""'; 20 20 21 a5_scripts('admin', array('toplevel_page_clp-settings'), true);21 $this->a5_scripts('admin', array('toplevel_page_clp-settings'), true); 22 22 23 23 parent::$admin_scripts .= $eol.'jQuery(document).ready(function(){jQuery(\'#prev\').attr(\'href\', \''.$link.'\');});'.$eol; -
custom-login-page/trunk/custom-login-page.php
r1358772 r1358834 3 3 Plugin Name: A5 Custom Login Page 4 4 Description: Just customize your login page (or that of your community etc.) by giving the WP login page a different look, with your own logo and special colours and styles. 5 Version: 2.8 5 Version: 2.8.1 6 6 Author: Stefan Crämer 7 7 Author URI: http://www.stefan-craemer.com -
custom-login-page/trunk/readme.txt
r1358772 r1358834 6 6 Requires at least: 3.9 7 7 Tested up to: 4.5 8 Stable tag: 2.8 8 Stable tag: 2.8.1 9 9 10 10 Style your login page differently. … … 44 44 45 45 == Changelog == 46 47 = 2.8.1 = 48 49 * Bug that caused white screen fixed 46 50 47 51 = 2.8 = … … 387 391 388 392 Framework updated; CSS is now cached 393 394 = 2.8.1 = 395 396 Bug that caused white screen fixed
Note: See TracChangeset
for help on using the changeset viewer.