aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bug 3183: Improve album creation mistic1002014-11-301-1/+2
| | | | | | | update popup selectize with new album init popup selectize with main selectize value git-svn-id: http://piwigo.org/svn/trunk@30630 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3133: add colorscheme parameter for themes. This way we can use theplegall2014-09-031-2/+1
| | | | | | | appropriate CSS for selectize (and other things) git-svn-id: http://piwigo.org/svn/trunk@29389 68402e56-0260-453c-a942-63ccdbb3a9ee
* i18n for the new HTML5 upload (use i18n files from plupload)plegall2014-07-021-6/+6
| | | | | | | optional specific $lang_info[jquery_code] and $lang_info[plupload_code] to load the right i18n file git-svn-id: http://piwigo.org/svn/trunk@28917 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix date picker js dependencies when combine_template_files = falservelices2014-06-281-3/+7
| | | | git-svn-id: http://piwigo.org/svn/trunk@28820 68402e56-0260-453c-a942-63ccdbb3a9ee
* moved around 100k of javascript from synchronous loading to async... (a lot ↵rvelices2014-06-263-7/+10
| | | | | | more could be done...) git-svn-id: http://piwigo.org/svn/trunk@28806 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3080: add cancel button, one minute granularity, fix missing cssmistic1002014-06-221-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@28765 68402e56-0260-453c-a942-63ccdbb3a9ee
* add dark selectize theme + "ternary" template modifiermistic1002014-06-141-1/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@28703 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3077 : use selectize on batch_manager_global, cat_modify and ↵mistic1002014-05-242-78/+7
| | | | | | | | photos_add_direct + rewrite "add album" popup (more flexible and working with selectize) git-svn-id: http://piwigo.org/svn/trunk@28533 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2679 : allow to change creation timemistic1002014-05-181-3/+10
| | | | git-svn-id: http://piwigo.org/svn/trunk@28500 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3080 : simpler date inputs (one input + fontello + picker selects)mistic1002014-05-171-11/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@28497 68402e56-0260-453c-a942-63ccdbb3a9ee
* admin tag selection use event delegation (faster load time with large number ↵rvelices2014-04-301-3/+3
| | | | | | of tags) git-svn-id: http://piwigo.org/svn/trunk@28317 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2944: r25280 broke the process on batch managermistic1002013-11-031-3/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@25312 68402e56-0260-453c-a942-63ccdbb3a9ee
* initialization issue in add_album.inc.tpl if there is no albumsmistic1002013-11-011-5/+7
| | | | git-svn-id: http://piwigo.org/svn/trunk@25280 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2944 Performance issues when creating an albummistic1002013-07-141-1/+1
| | | | | | prepend new <option> instead of append git-svn-id: http://piwigo.org/svn/trunk@23952 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2944 Performance issues when creating an album mistic1002013-07-141-60/+49
| | | | git-svn-id: http://piwigo.org/svn/trunk@23944 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r17006 from branch 2.4 to trunkplegall2012-07-251-1/+1
| | | | | | | | bug 2655 fixed: maximum length for album name is 255 chars git-svn-id: http://piwigo.org/svn/trunk@17007 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2470 added: ability to create a new album "on the fly" on theplegall2012-02-091-0/+102
| | | | | | | | "associate to album" action of the Batch Manager. The code was moved from the upload form and is now used by the upload form + Batch Manager. git-svn-id: http://piwigo.org/svn/trunk@13063 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2406 added: if the user wants a new album in the upload form, the albumplegall2011-08-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is created before the start of the upload. The ergonomy is now simpler, the page is smaller and cleaner. bug 2373 fixed: now that album is created before upload, uploadify.php gets the category_id and the level: as soon as it is uploaded (function add_uploaded_file) the photo gets its final privacy level and is directly associated to the album. This way, we can have an error on a photo without making orphan all photos of the same upload group. feature 2405 added: as soon as a photo is uploaded, its thumbnail is displayed in the "Uploaded Photos" fieldset, without waiting for other photos to be uploaded. The latest photos comes first. I have slighlty changed the integration of colorbox in core. Now we have 2 styles available and by default, we use style2 (overlay in black, title and control icons outside the popup). It is also used for zooming on bulk manager in unit mode. display change: on each uploading photos, instead of showing the transfer speed, we display the transfer progression in % bug fixed: the color of the "Start Upload" button was not correct because the button was not a submit button but a simple type=button. language: "Upload" button becomes "Start Upload" button. git-svn-id: http://piwigo.org/svn/trunk@11962 68402e56-0260-453c-a942-63ccdbb3a9ee
* load colorbox in the footer scripts (especially on the admin pages where ↵rvelices2011-06-211-1/+1
| | | | | | almost all pages have the same big header js) git-svn-id: http://piwigo.org/svn/trunk@11467 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2269 add preview box on batch_manager_unit + add colorbox jquery pluginmistic1002011-04-271-0/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@10648 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2114patdenice2011-03-095-23/+10
| | | | | | Simplify all admin templates. git-svn-id: http://piwigo.org/svn/trunk@9586 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update jQuery UI to 1.8.10.patdenice2011-03-073-3/+3
| | | | | | Improve jquery ui management in template class. git-svn-id: http://piwigo.org/svn/trunk@9559 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update jQuery to 1.5 and jQuery UI to 1.8.9patdenice2011-02-113-10/+8
| | | | git-svn-id: http://piwigo.org/svn/trunk@9172 68402e56-0260-453c-a942-63ccdbb3a9ee
* jquery upgrade to 1.4.4rvelices2010-12-164-4/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@8162 68402e56-0260-453c-a942-63ccdbb3a9ee
* css sprites (still ongoing)rvelices2010-12-111-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@8076 68402e56-0260-453c-a942-63ccdbb3a9ee
* trunk admin theme goes with combine_script instead of old style known_script rvelices2010-12-044-50/+40
| | | | git-svn-id: http://piwigo.org/svn/trunk@7995 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix some errors in generated htmlnikrou2010-04-201-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@5931 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1529: make the checked tags more obvious (distinct background color)plegall2010-03-251-0/+17
| | | | git-svn-id: http://piwigo.org/svn/trunk@5366 68402e56-0260-453c-a942-63ccdbb3a9ee
* - added a js confirmation before deletign a themervelices2010-03-201-1/+1
| | | | | | | - fix link to css - simplified language loading (a couple of years ago during utf8 migration I left the possibility to have languages defined in another charsets - this is useless) git-svn-id: http://piwigo.org/svn/trunk@5200 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1502: based on Dotclear model, P@t has reorganized the way Piwigoplegall2010-03-135-0/+100
manages template/theme in a simpler "theme only level" architecture. It supports multiple level inheritance. git-svn-id: http://piwigo.org/svn/trunk@5123 68402e56-0260-453c-a942-63ccdbb3a9ee