aboutsummaryrefslogtreecommitdiffstats
path: root/themes (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* feature 3094: display the author list if at least 1 author (but not 0)plegall2014-09-081-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@29432 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3133: add colorscheme parameter for themes. This way we can use theplegall2014-09-033-1/+2
| | | | | | | appropriate CSS for selectize (and other things) git-svn-id: http://piwigo.org/svn/trunk@29389 68402e56-0260-453c-a942-63ccdbb3a9ee
* more appropriate tooltipplegall2014-09-011-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@29359 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3129: remove maxlength on login at template levelplegall2014-09-011-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@29347 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:3090flop252014-08-101-1/+1
| | | | | | don't restrict the maxlength of the password git-svn-id: http://piwigo.org/svn/trunk@29195 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:3098flop252014-07-051-1/+1
| | | | | | redirect to the current page when switching git-svn-id: http://piwigo.org/svn/trunk@28952 68402e56-0260-453c-a942-63ccdbb3a9ee
* [smartpocket] Update hu_HU, thanks to : samliPiwigo-TranslationTeam2014-06-262-0/+34
| | | | git-svn-id: http://piwigo.org/svn/trunk@28803 68402e56-0260-453c-a942-63ccdbb3a9ee
* upgrade jquery ui from 1.10.1 to 1.10.4rvelices2014-06-2497-869/+827
| | | | git-svn-id: http://piwigo.org/svn/trunk@28780 68402e56-0260-453c-a942-63ccdbb3a9ee
* upgrade jquery from 1.11.0 to 1.11.1rvelices2014-06-242-350/+321
| | | | git-svn-id: http://piwigo.org/svn/trunk@28776 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3095: add "comments_enable_website" param + GUImistic1002014-06-221-2/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@28764 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3094: redesign of search form - fix space lost in previous commitrvelices2014-06-201-8/+8
| | | | git-svn-id: http://piwigo.org/svn/trunk@28746 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3094: redesign of search formrvelices2014-06-193-63/+77
| | | | | | | | - fix comments page filter form (css changes affected also that .filter form - simplified also css rules) - better query for author list (using id for visible_images instead of image_id field) - don't show author list if there is only one author git-svn-id: http://piwigo.org/svn/trunk@28744 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3091: remove inline CSS (but doesn't work with selectize)plegall2014-06-192-3/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@28732 68402e56-0260-453c-a942-63ccdbb3a9ee
* removed unused get_html_tag_selection function + css rulesrvelices2014-06-181-11/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@28715 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3094: redesign on search form, use selectize for categoriesplegall2014-06-171-3/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@28710 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3093: search form, ability to select the list of properties on whichplegall2014-06-172-30/+56
| | | | | | | | | the search terms applies. feature 3094: minor redesign on search form. git-svn-id: http://piwigo.org/svn/trunk@28709 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2563: do not display all tags as checkboxes on search.php. Use ↵plegall2014-06-161-4/+10
| | | | | | jQuery Selectize instead. git-svn-id: http://piwigo.org/svn/trunk@28708 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3091: search.php (advanced search), display a list of known authors ↵plegall2014-06-162-2/+16
| | | | | | instead of a text field. git-svn-id: http://piwigo.org/svn/trunk@28707 68402e56-0260-453c-a942-63ccdbb3a9ee
* add dark selectize theme + "ternary" template modifiermistic1002014-06-141-0/+384
| | | | git-svn-id: http://piwigo.org/svn/trunk@28703 68402e56-0260-453c-a942-63ccdbb3a9ee
* clean HTML code of header and footermistic1002014-06-132-55/+72
| | | | git-svn-id: http://piwigo.org/svn/trunk@28690 68402e56-0260-453c-a942-63ccdbb3a9ee
* [smartpocket] Update pl_PL, thanks to : billy88Piwigo-TranslationTeam2014-06-131-21/+21
| | | | git-svn-id: http://piwigo.org/svn/trunk@28683 68402e56-0260-453c-a942-63ccdbb3a9ee
* [Trunk] - themes -Language - prepare for 2.6.3ddtddt2014-06-101-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@28669 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2616: HTML5 upload (with plupload 2.1.2). First basic ↵plegall2014-05-2768-0/+15864
| | | | | | | | | | | implementation. Needs customization. Chunked upload + Drag & drop (no more Flash) use a new specific API method pwg.images.upload git-svn-id: http://piwigo.org/svn/trunk@28545 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2679 : allow to change creation timemistic1002014-05-1842-0/+3030
| | | | 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-173-217/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@28497 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 3077 : use Selectize with AJAX load/cache on picture_modifymistic1002014-05-172-0/+389
| | | | git-svn-id: http://piwigo.org/svn/trunk@28494 68402e56-0260-453c-a942-63ccdbb3a9ee
* [elegant] Update he_IL, thanks to : ADIRBITONPiwigo-TranslationTeam2014-05-042-0/+38
| | | | git-svn-id: http://piwigo.org/svn/trunk@28332 68402e56-0260-453c-a942-63ccdbb3a9ee
* TakeATour replace c13y_upgrade ; c13y_upgrade not activated after upgradeflop252014-04-131-1/+1
| | | | | | | adding TakeATour files less margin-top in no_photo_yet.tpl git-svn-id: http://piwigo.org/svn/trunk@28169 68402e56-0260-453c-a942-63ccdbb3a9ee
* [elegant] Update sr_RS, thanks to : gpopacPiwigo-TranslationTeam2014-03-262-0/+38
| | | | git-svn-id: http://piwigo.org/svn/trunk@27963 68402e56-0260-453c-a942-63ccdbb3a9ee
* [Trunk] - theme - prepare for 2.6.2ddtddt2014-03-232-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@27885 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3056: quick search rvelices2014-03-231-2/+2
| | | | | | | | - added inflectors for english and french languages - current quick search is kept in the quick search input box - small fixes git-svn-id: http://piwigo.org/svn/trunk@27884 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 3056: quick search OR operator priority taken into accountrvelices2014-03-222-5/+16
| | | | | | search for 'mary qwerty' will ignore 'qwerty' and return only results for 'mary' if there is no such thing as 'qwerty' in the photos (if there was 'mary' and 'qwerty', the results for both 'mary' AND 'qwerty' would be shown) git-svn-id: http://piwigo.org/svn/trunk@27882 68402e56-0260-453c-a942-63ccdbb3a9ee
* [smartpocket] Update sr_RS, thanks to : knjigorPiwigo-TranslationTeam2014-03-202-0/+34
| | | | git-svn-id: http://piwigo.org/svn/trunk@27863 68402e56-0260-453c-a942-63ccdbb3a9ee
* [smartpocket] Update sh_RS, thanks to : knjigorPiwigo-TranslationTeam2014-03-202-0/+34
| | | | git-svn-id: http://piwigo.org/svn/trunk@27862 68402e56-0260-453c-a942-63ccdbb3a9ee
* [smartpocket] Update he_IL, thanks to : OBNPiwigo-TranslationTeam2014-03-172-0/+35
| | | | git-svn-id: http://piwigo.org/svn/trunk@27805 68402e56-0260-453c-a942-63ccdbb3a9ee
* [elegant] Update km_KH, thanks to : osifyPiwigo-TranslationTeam2014-03-122-0/+39
| | | | git-svn-id: http://piwigo.org/svn/trunk@27710 68402e56-0260-453c-a942-63ccdbb3a9ee
* [smartpocket] Update km_KH, thanks to : osifyPiwigo-TranslationTeam2014-03-122-0/+35
| | | | git-svn-id: http://piwigo.org/svn/trunk@27703 68402e56-0260-453c-a942-63ccdbb3a9ee
* smartpocket was not putting footer_elements (plugins might add it) as the ↵rvelices2014-03-111-0/+5
| | | | | | default theme git-svn-id: http://piwigo.org/svn/trunk@27690 68402e56-0260-453c-a942-63ccdbb3a9ee
* [smartpocket] Update sv_SE, thanks to : BlytungPiwigo-TranslationTeam2014-03-092-0/+35
| | | | git-svn-id: http://piwigo.org/svn/trunk@27626 68402e56-0260-453c-a942-63ccdbb3a9ee
* [smartpocket] Update br_FR, thanks to : yves.kerleguerPiwigo-TranslationTeam2014-02-222-0/+35
| | | | git-svn-id: http://piwigo.org/svn/trunk@27449 68402e56-0260-453c-a942-63ccdbb3a9ee
* upgrade jquery from 1.10.2 to 1.11.0rvelices2014-02-132-3765/+4311
| | | | git-svn-id: http://piwigo.org/svn/trunk@27372 68402e56-0260-453c-a942-63ccdbb3a9ee
* missing ; in elegant javascript, causing unexpected errors with following ↵mistic1002014-02-051-3/+2
| | | | | | scripts git-svn-id: http://piwigo.org/svn/trunk@27212 68402e56-0260-453c-a942-63ccdbb3a9ee
* [smartpocket] Update de_DE, thanks to : dukePiwigo-TranslationTeam2014-01-301-20/+21
| | | | git-svn-id: http://piwigo.org/svn/trunk@27083 68402e56-0260-453c-a942-63ccdbb3a9ee
* [smartpocket] Update nn_NO, thanks to : kihoPiwigo-TranslationTeam2014-01-302-0/+35
| | | | git-svn-id: http://piwigo.org/svn/trunk@27078 68402e56-0260-453c-a942-63ccdbb3a9ee
* [smartpocket] Update ca_ES, thanks to : AlbertPareraPiwigo-TranslationTeam2014-01-302-0/+35
| | | | git-svn-id: http://piwigo.org/svn/trunk@27071 68402e56-0260-453c-a942-63ccdbb3a9ee
* [smartpocket] Update ro_RO, thanks to : cheilenereinfoPiwigo-TranslationTeam2014-01-272-0/+35
| | | | git-svn-id: http://piwigo.org/svn/trunk@27005 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2700 implementation of jBreadCrumbflop252014-01-254-2/+309
| | | | | | comments appreciated on the bugtracker git-svn-id: http://piwigo.org/svn/trunk@26971 68402e56-0260-453c-a942-63ccdbb3a9ee
* [smartpocket] Update sl_SI, thanks to : pikotPiwigo-TranslationTeam2014-01-252-0/+35
| | | | git-svn-id: http://piwigo.org/svn/trunk@26969 68402e56-0260-453c-a942-63ccdbb3a9ee
* [Trunk] - prepare 2.6.1ddtddt2014-01-241-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@26950 68402e56-0260-453c-a942-63ccdbb3a9ee
* [smartpocket] Update uk_UA, thanks to : animanPiwigo-TranslationTeam2014-01-192-0/+35
| | | | git-svn-id: http://piwigo.org/svn/trunk@26878 68402e56-0260-453c-a942-63ccdbb3a9ee