Changes in [1790:13dd14dd5254:1792:3ad2e47ed52d]
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r1350 r1791 1 Dotclear 2.5.3 - 2013-09-13 2 =========================================================== 3 * Bugfix: l10n Clearbricks library 4 * Bugfix: post's comments and trackbacks counters 5 * Check public and cache directories (existence and permissions) 6 * Avoid Categorie's identical URL as far as possible 7 * Cope with alpha layers in PNG images for thumbnails generation 8 * Add password strength indicators 9 * Fix permission form (checkboxes management) 10 * Better management of antispam filters 11 * Minor enhancements 12 * Various bug fixes 13 * Various cosmetic adjustments 14 1 15 Dotclear 2.5.2 - 2013-08-14 2 16 =========================================================== -
admin/js/jquery/jquery.pageTabs.js
r1758 r1792 9 9 breakerClassName: 'clear' 10 10 }; 11 11 12 12 var index = start_tab ? start_tab : 0; 13 13 var hash = document.location.hash.split('#').join('');
Note: See TracChangeset
for help on using the changeset viewer.