Commit graph

574 commits

Author SHA1 Message Date
rvelices
594a946b47 add a home link and hide close this window link in popuphelp if the page is not opened through javascript
git-svn-id: http://piwigo.org/svn/trunk@29601 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-17 18:43:20 +00:00
plegall
5a1bc79d8f feature 3094: display the author list if at least 1 author (but not 0)
git-svn-id: http://piwigo.org/svn/trunk@29432 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-08 09:52:09 +00:00
plegall
ab00c52430 feature 3133: add colorscheme parameter for themes. This way we can use the
appropriate CSS for selectize (and other things)


git-svn-id: http://piwigo.org/svn/trunk@29389 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-03 09:02:07 +00:00
plegall
98c1dd5035 more appropriate tooltip
git-svn-id: http://piwigo.org/svn/trunk@29359 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-01 13:29:08 +00:00
plegall
f29a7f698c bug 3129: remove maxlength on login at template level
git-svn-id: http://piwigo.org/svn/trunk@29347 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-01 07:34:22 +00:00
flop25
12fc034d82 bug:3090
don't restrict the maxlength of the password

git-svn-id: http://piwigo.org/svn/trunk@29195 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-10 16:06:05 +00:00
flop25
012fc98041 bug:3098
redirect to the current page when switching

git-svn-id: http://piwigo.org/svn/trunk@28952 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-05 15:29:59 +00:00
Piwigo-TranslationTeam
6cc40fd711 [smartpocket] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@28803 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-26 05:06:36 +00:00
rvelices
09228a746f upgrade jquery ui from 1.10.1 to 1.10.4
git-svn-id: http://piwigo.org/svn/trunk@28780 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-24 20:16:59 +00:00
rvelices
03a3d1830c upgrade jquery from 1.11.0 to 1.11.1
git-svn-id: http://piwigo.org/svn/trunk@28776 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-24 20:06:28 +00:00
mistic100
b4b1797530 feature 3095: add "comments_enable_website" param + GUI
git-svn-id: http://piwigo.org/svn/trunk@28764 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-22 11:41:47 +00:00
rvelices
c703e2dcd8 feature 3094: redesign of search form - fix space lost in previous commit
git-svn-id: http://piwigo.org/svn/trunk@28746 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-20 04:45:09 +00:00
rvelices
a61307e652 feature 3094: redesign of search form
- 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
2014-06-19 20:39:12 +00:00
plegall
ad39e42222 feature 3091: remove inline CSS (but doesn't work with selectize)
git-svn-id: http://piwigo.org/svn/trunk@28732 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-19 08:14:38 +00:00
rvelices
cac256e388 removed unused get_html_tag_selection function + css rules
git-svn-id: http://piwigo.org/svn/trunk@28715 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-18 20:39:25 +00:00
plegall
f894f1208c feature 3094: redesign on search form, use selectize for categories
git-svn-id: http://piwigo.org/svn/trunk@28710 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-17 11:17:34 +00:00
plegall
6f8caf22ba feature 3093: search form, ability to select the list of properties on which
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
2014-06-17 11:11:44 +00:00
plegall
583af81d3d feature 2563: do not display all tags as checkboxes on search.php. Use jQuery Selectize instead.
git-svn-id: http://piwigo.org/svn/trunk@28708 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-16 14:17:53 +00:00
plegall
0511ed2236 feature 3091: search.php (advanced search), display a list of known authors instead of a text field.
git-svn-id: http://piwigo.org/svn/trunk@28707 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-16 13:53:16 +00:00
mistic100
84d94906d2 add dark selectize theme + "ternary" template modifier
git-svn-id: http://piwigo.org/svn/trunk@28703 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-14 14:15:05 +00:00
mistic100
b153d19474 clean HTML code of header and footer
git-svn-id: http://piwigo.org/svn/trunk@28690 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-13 19:10:41 +00:00
Piwigo-TranslationTeam
1157c37173 [smartpocket] Update pl_PL, thanks to : billy88
git-svn-id: http://piwigo.org/svn/trunk@28683 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-13 15:29:10 +00:00
ddtddt
e1311ae1e9 [Trunk] - themes -Language - prepare for 2.6.3
git-svn-id: http://piwigo.org/svn/trunk@28669 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-10 19:18:07 +00:00
plegall
70bcfb5b86 feature 2616: HTML5 upload (with plupload 2.1.2). First basic 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
2014-05-27 14:11:23 +00:00
mistic100
97ffdb2edc feature 2679 : allow to change creation time
git-svn-id: http://piwigo.org/svn/trunk@28500 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-18 10:58:53 +00:00
mistic100
914b6d96d2 feature 3080 : simpler date inputs (one input + fontello + picker selects)
git-svn-id: http://piwigo.org/svn/trunk@28497 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-17 22:04:36 +00:00
mistic100
f932ee79df feature 3077 : use Selectize with AJAX load/cache on picture_modify
git-svn-id: http://piwigo.org/svn/trunk@28494 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-17 12:11:47 +00:00
Piwigo-TranslationTeam
965f92e6ac [elegant] Update he_IL, thanks to : ADIRBITON
git-svn-id: http://piwigo.org/svn/trunk@28332 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-04 05:23:05 +00:00
flop25
5ebeec822f TakeATour replace c13y_upgrade ; c13y_upgrade not activated after upgrade
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
2014-04-13 18:22:25 +00:00
Piwigo-TranslationTeam
cd437d36c2 [elegant] Update sr_RS, thanks to : gpopac
git-svn-id: http://piwigo.org/svn/trunk@27963 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-26 17:00:24 +00:00
ddtddt
3aa186abe9 [Trunk] - theme - prepare for 2.6.2
git-svn-id: http://piwigo.org/svn/trunk@27885 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-23 06:41:07 +00:00
rvelices
f46b85bc85 bug 3056: quick search
- 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
2014-03-23 05:38:05 +00:00
rvelices
dc17fc9ba9 bug 3056: quick search OR operator priority taken into account
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
2014-03-22 13:03:45 +00:00
Piwigo-TranslationTeam
35af38c50c [smartpocket] Update sr_RS, thanks to : knjigor
git-svn-id: http://piwigo.org/svn/trunk@27863 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-20 18:36:03 +00:00
Piwigo-TranslationTeam
6847d79ce6 [smartpocket] Update sh_RS, thanks to : knjigor
git-svn-id: http://piwigo.org/svn/trunk@27862 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-20 18:36:01 +00:00
Piwigo-TranslationTeam
7a4b212ed4 [smartpocket] Update he_IL, thanks to : OBN
git-svn-id: http://piwigo.org/svn/trunk@27805 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-17 17:18:39 +00:00
Piwigo-TranslationTeam
5b0a3e226d [elegant] Update km_KH, thanks to : osify
git-svn-id: http://piwigo.org/svn/trunk@27710 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-12 11:52:04 +00:00
Piwigo-TranslationTeam
457f3eaa8d [smartpocket] Update km_KH, thanks to : osify
git-svn-id: http://piwigo.org/svn/trunk@27703 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-12 07:24:18 +00:00
rvelices
bb31b8b6a1 smartpocket was not putting footer_elements (plugins might add it) as the default theme
git-svn-id: http://piwigo.org/svn/trunk@27690 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-11 20:18:47 +00:00
Piwigo-TranslationTeam
e01f4ea6c7 [smartpocket] Update sv_SE, thanks to : Blytung
git-svn-id: http://piwigo.org/svn/trunk@27626 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-09 15:30:44 +00:00
Piwigo-TranslationTeam
ee6c924bde [smartpocket] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@27449 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-02-22 08:44:05 +00:00
rvelices
14bb4bc5a3 upgrade jquery from 1.10.2 to 1.11.0
git-svn-id: http://piwigo.org/svn/trunk@27372 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-02-13 22:57:07 +00:00
mistic100
ec1f93b987 missing ; in elegant javascript, causing unexpected errors with following scripts
git-svn-id: http://piwigo.org/svn/trunk@27212 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-02-05 17:05:43 +00:00
Piwigo-TranslationTeam
5f561fe032 [smartpocket] Update de_DE, thanks to : duke
git-svn-id: http://piwigo.org/svn/trunk@27083 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-30 20:07:25 +00:00
Piwigo-TranslationTeam
cacc92b31b [smartpocket] Update nn_NO, thanks to : kiho
git-svn-id: http://piwigo.org/svn/trunk@27078 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-30 17:07:29 +00:00
Piwigo-TranslationTeam
980e32d021 [smartpocket] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@27071 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-30 17:07:19 +00:00
Piwigo-TranslationTeam
0ce302ac51 [smartpocket] Update ro_RO, thanks to : cheilenereinfo
git-svn-id: http://piwigo.org/svn/trunk@27005 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-27 18:58:30 +00:00
flop25
948adde840 bug:2700 implementation of jBreadCrumb
comments appreciated on the bugtracker

git-svn-id: http://piwigo.org/svn/trunk@26971 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-25 23:12:34 +00:00
Piwigo-TranslationTeam
398caf4b7b [smartpocket] Update sl_SI, thanks to : pikot
git-svn-id: http://piwigo.org/svn/trunk@26969 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-25 17:00:29 +00:00
ddtddt
0dd928f798 [Trunk] - prepare 2.6.1
git-svn-id: http://piwigo.org/svn/trunk@26950 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-24 19:42:55 +00:00