aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template/include (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-11-30Merged revision(s) 30630 from trunk:mistic1001-1/+2
bug 3183: Improve album creation update popup selectize with new album init popup selectize with main selectize value git-svn-id: http://piwigo.org/svn/branches/2.7@30633 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-30bug 3183: Improve album creation mistic1001-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
2014-09-03feature 3133: add colorscheme parameter for themes. This way we can use theplegall1-2/+1
appropriate CSS for selectize (and other things) git-svn-id: http://piwigo.org/svn/trunk@29389 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-02i18n for the new HTML5 upload (use i18n files from plupload)plegall1-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
2014-06-28fix date picker js dependencies when combine_template_files = falservelices1-3/+7
git-svn-id: http://piwigo.org/svn/trunk@28820 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-26moved around 100k of javascript from synchronous loading to async... (a lot ↵rvelices3-7/+10
more could be done...) git-svn-id: http://piwigo.org/svn/trunk@28806 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-22feature 3080: add cancel button, one minute granularity, fix missing cssmistic1001-0/+1
git-svn-id: http://piwigo.org/svn/trunk@28765 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-14add dark selectize theme + "ternary" template modifiermistic1001-1/+2
git-svn-id: http://piwigo.org/svn/trunk@28703 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-24feature 3077 : use selectize on batch_manager_global, cat_modify and ↵mistic1002-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
2014-05-18feature 2679 : allow to change creation timemistic1001-3/+10
git-svn-id: http://piwigo.org/svn/trunk@28500 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-17feature 3080 : simpler date inputs (one input + fontello + picker selects)mistic1001-11/+2
git-svn-id: http://piwigo.org/svn/trunk@28497 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-30admin tag selection use event delegation (faster load time with large number ↵rvelices1-3/+3
of tags) git-svn-id: http://piwigo.org/svn/trunk@28317 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-03bug 2944: r25280 broke the process on batch managermistic1001-3/+4
git-svn-id: http://piwigo.org/svn/trunk@25312 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-01initialization issue in add_album.inc.tpl if there is no albumsmistic1001-5/+7
git-svn-id: http://piwigo.org/svn/trunk@25280 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-14bug:2944 Performance issues when creating an albummistic1001-1/+1
prepend new <option> instead of append git-svn-id: http://piwigo.org/svn/trunk@23952 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-14bug:2944 Performance issues when creating an album mistic1001-60/+49
git-svn-id: http://piwigo.org/svn/trunk@23944 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-25merge r17006 from branch 2.4 to trunkplegall1-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
2012-02-09feature 2470 added: ability to create a new album "on the fly" on theplegall1-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
2011-08-17feature 2406 added: if the user wants a new album in the upload form, the albumplegall1-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
2011-06-21load colorbox in the footer scripts (especially on the admin pages where ↵rvelices1-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
2011-04-27feature:2269 add preview box on batch_manager_unit + add colorbox jquery pluginmistic1001-0/+2
git-svn-id: http://piwigo.org/svn/trunk@10648 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-09feature:2114patdenice5-23/+10
Simplify all admin templates. git-svn-id: http://piwigo.org/svn/trunk@9586 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-07Update jQuery UI to 1.8.10.patdenice3-3/+3
Improve jquery ui management in template class. git-svn-id: http://piwigo.org/svn/trunk@9559 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-11Update jQuery to 1.5 and jQuery UI to 1.8.9patdenice3-10/+8
git-svn-id: http://piwigo.org/svn/trunk@9172 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-16jquery upgrade to 1.4.4rvelices4-4/+4
git-svn-id: http://piwigo.org/svn/trunk@8162 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-11css sprites (still ongoing)rvelices1-2/+2
git-svn-id: http://piwigo.org/svn/trunk@8076 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-04trunk admin theme goes with combine_script instead of old style known_script rvelices4-50/+40
git-svn-id: http://piwigo.org/svn/trunk@7995 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-20Fix some errors in generated htmlnikrou1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@5931 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-25feature 1529: make the checked tags more obvious (distinct background color)plegall1-0/+17
git-svn-id: http://piwigo.org/svn/trunk@5366 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-20- added a js confirmation before deletign a themervelices1-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
2010-03-13feature 1502: based on Dotclear model, P@t has reorganized the way Piwigoplegall5-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