Commit graph

175 commits

Author SHA1 Message Date
mistic100
aeddc4f993 merge r12610 from trunk bug:2503 in register.php bad template var for 'obligatory_user_mail_address'
git-svn-id: http://piwigo.org/svn/branches/2.3@12611 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-12 11:51:45 +00:00
patdenice
01847bcd75 merge r12525 from trunk to branch 2.3
feature:2487
Update jQuery to 1.6.4 and jQuery UI to 1.8.16

git-svn-id: http://piwigo.org/svn/branches/2.3@12526 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-28 13:32:48 +00:00
patdenice
4e36654981 merge r12519 from trunk to branch 2.3
bug:2480
datepicker need to use removeAttr jquery function to remove an attribute.

git-svn-id: http://piwigo.org/svn/branches/2.3@12520 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-26 14:58:35 +00:00
Gotcha
edb2a987af The stars (score) are shifted in IE7
bug:2481

git-svn-id: http://piwigo.org/svn/branches/2.3@12509 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-23 21:07:11 +00:00
rvelices
b2da56ead7 feature 2477: merge -r12491 from trunk; remove unnecesary css rules + simplify very inefficient overly qualified rules (pagespeed)
git-svn-id: http://piwigo.org/svn/branches/2.3@12492 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-18 23:39:25 +00:00
rvelices
151dd62ca5 feature 2477: Remove unused CSS / html elements from version 2.3 (merge from trunk)
git-svn-id: http://piwigo.org/svn/branches/2.3@12480 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-17 20:52:57 +00:00
mistic100
68d79989cb Merged r12470 from trunk: bug:2476 Increase the maximum display of thumbnails, now limited to 3 digits (999 thumbnails)
git-svn-id: http://piwigo.org/svn/branches/2.3@12471 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-17 17:25:50 +00:00
plegall
3d40235df8 merge r12122 from branch 2.2 to trunk
bug 2436 fixed: remove HTML tags when displaying album name as tooltip


git-svn-id: http://piwigo.org/svn/trunk@12123 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-09 08:18:19 +00:00
plegall
78fb8cc0f3 update jQuery to version 1.6.2
git-svn-id: http://piwigo.org/svn/trunk@12040 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-02 19:29:08 +00:00
plegall
2de0f01dce feature 2027 implemented: the "lost password" feature was rewritten.
The algorithm is highly inspired from WordPress :

1) in a single field, you give a username or an email
2) Piwigo sends an email with the activation key
3) the user clicks on the link in the email (with the activation key) and is able to set a new password

The "lost password" feature is no longer limited to "classic" users:
administrators and webmasters can use it too (no need to tell webmasters
that they can only change their password in the database)


git-svn-id: http://piwigo.org/svn/trunk@11992 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-24 20:03:53 +00:00
flop25
e780496fbe bug:1729
revert of changes : the TN_TITLE will be changed in php

git-svn-id: http://piwigo.org/svn/trunk@11990 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-24 11:43:29 +00:00
plegall
64ba898944 feature 2406 added: if the user wants a new album in the upload form, the album
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-08-17 19:56:07 +00:00
Gotcha
08318d1b80 Merge r11937 from br2.2 to trunk
bug:2399

git-svn-id: http://piwigo.org/svn/trunk@11938 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-12 16:44:53 +00:00
flop25
803d50f534 feature:2390
All the legend is hidden if $conf['show_thumbnail_caption'] = false;

git-svn-id: http://piwigo.org/svn/trunk@11924 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-09 14:21:33 +00:00
flop25
3ed5fad6ff bug:1729
Instead of using the get_thumbnail_title() which return the "file : nb of ko", it's better to use the file name.
Here if the $conf['show_thumbnail_caption'] is false, the old title will be set : maybe it should be better to remove get_thumbnail_title()

git-svn-id: http://piwigo.org/svn/trunk@11918 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-06 13:38:09 +00:00
rvelices
86ae4d8b3a rename #images.average_rate to rating_score
git-svn-id: http://piwigo.org/svn/trunk@11893 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-02 19:20:50 +00:00
rvelices
c0bb4dfb43 feature 2384: improve average rating calculation (final)
git-svn-id: http://piwigo.org/svn/trunk@11839 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-26 19:04:50 +00:00
rvelices
dd212fc6a1 - ws accepts method name in GET paraeters even if http method is POST (easier to see in apache logs)
- picture rating is done through POST and not GET

git-svn-id: http://piwigo.org/svn/trunk@11834 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-26 04:34:36 +00:00
rvelices
4e4dc79e51 feature 2384: improve average rating calculation (still need to update language files)
git-svn-id: http://piwigo.org/svn/trunk@11827 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-25 18:04:50 +00:00
ddtddt
3cf6514b40 [trunk] - merge rev 11578 - bug:2370
git-svn-id: http://piwigo.org/svn/trunk@11579 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-29 20:10:43 +00:00
rvelices
16e5df65b1 load colorbox in the footer scripts (especially on the admin pages where almost all pages have the same big header js)
git-svn-id: http://piwigo.org/svn/trunk@11467 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-21 23:54:57 +00:00
ddtddt
b2133084d8 [Branche2.2] - trunk - feature:2354
git-svn-id: http://piwigo.org/svn/trunk@11431 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-19 15:28:44 +00:00
mistic100
b7d1fd414b solve a bug in TipTip jQuery plugin (maxWidth not overwrited)
git-svn-id: http://piwigo.org/svn/trunk@11209 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-02 14:57:55 +00:00
mistic100
22e394c148 fix notification page
git-svn-id: http://piwigo.org/svn/trunk@11182 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-01 09:29:22 +00:00
mistic100
d5731e1ab7 remove useless css rules
git-svn-id: http://piwigo.org/svn/trunk@11181 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-01 09:19:28 +00:00
mistic100
b3dcaf91b4 add an id=theMainImage for main image and class=imageComment for image comment
git-svn-id: http://piwigo.org/svn/trunk@11062 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-26 11:36:29 +00:00
mistic100
cf1a7f6df7 TokenInput : order tags, theme for roma, 'new' text translated
git-svn-id: http://piwigo.org/svn/trunk@11008 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-23 11:25:50 +00:00
mistic100
f4d8fa5805 bug:2307 Adjust registration form based on email requirement
git-svn-id: http://piwigo.org/svn/trunk@10992 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-22 13:49:39 +00:00
mistic100
daa0bdd09e remplace FCBKcomplete by TokenInput
git-svn-id: http://piwigo.org/svn/trunk@10970 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-21 00:25:26 +00:00
mistic100
e38092f36c restore HOME links, change parameter name for remove menu on certain page
git-svn-id: http://piwigo.org/svn/trunk@10824 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-09 15:04:15 +00:00
mistic100
fdfe41e343 merge spread_menus to the core
git-svn-id: http://piwigo.org/svn/trunk@10812 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-07 15:55:10 +00:00
mistic100
0cbac27ddb center informations table on first and last picture page (second try)
git-svn-id: http://piwigo.org/svn/trunk@10804 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-07 12:19:18 +00:00
mistic100
ec76cf810a cancel r10645
git-svn-id: http://piwigo.org/svn/trunk@10738 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-01 21:31:30 +00:00
mistic100
cf7fd32b6a remove 'async' parameter for colorbox
git-svn-id: http://piwigo.org/svn/trunk@10649 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-27 21:56:28 +00:00
mistic100
7f1d691a7c feature:2269 add preview box on batch_manager_unit + add colorbox jquery plugin
git-svn-id: http://piwigo.org/svn/trunk@10648 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-27 21:53:35 +00:00
mistic100
e96fee5659 center informations table on first and last picture page
tested with default, sobre, os, pure, luciano, kardon, simple, stripped

git-svn-id: http://piwigo.org/svn/trunk@10645 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-27 17:54:02 +00:00
patdenice
55c1b4f3a0 feature:2259
Add thumbnails regeneration in batch manager

git-svn-id: http://piwigo.org/svn/trunk@10389 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-15 15:40:23 +00:00
mistic100
f5c5a1b9b2 new plugins manager, update TipTip in v1.3
git-svn-id: http://piwigo.org/svn/trunk@10305 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-12 00:30:28 +00:00
mistic100
76194270be bug:2224 one parameter for change thumnails number (needs some translations)
git-svn-id: http://piwigo.org/svn/trunk@10198 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-09 14:52:15 +00:00
patdenice
220980cc04 Add ajaxmanager plugin.
git-svn-id: http://piwigo.org/svn/trunk@9933 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-30 08:48:20 +00:00
plegall
eb70a110d9 new favicon to match new logo design
git-svn-id: http://piwigo.org/svn/trunk@9911 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-29 07:34:48 +00:00
plegall
3f806a31aa bug 2225 fixed: jQuery FCBKcomplete needed an upgrade to be compatible with jQuery 1.5
git-svn-id: http://piwigo.org/svn/trunk@9805 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-21 12:14:49 +00:00
flop25
561b57b78c missing a " for closing title arg
git-svn-id: http://piwigo.org/svn/trunk@9706 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-15 16:58:41 +00:00
patdenice
cefb33dffe feature:2219
Sort available plugins without reloading the whole page 

git-svn-id: http://piwigo.org/svn/trunk@9598 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-10 11:36:14 +00:00
patdenice
d8213207dd feature:2114
Simplify public templates.

git-svn-id: http://piwigo.org/svn/trunk@9587 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-09 15:11:25 +00:00
patdenice
ed5bb65ee5 Update jquery ui path in public tpl files.
git-svn-id: http://piwigo.org/svn/trunk@9560 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-07 01:02:18 +00:00
patdenice
ac0ba26afc Update jQuery UI to 1.8.10.
Improve jquery ui management in template class.

git-svn-id: http://piwigo.org/svn/trunk@9559 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-07 00:58:34 +00:00
patdenice
7c5c7397d9 bug:2214
Update jQuery to 1.5.1 and cluetip to 1.0.7.
Now cluetip work on IE9.

git-svn-id: http://piwigo.org/svn/trunk@9553 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-06 09:46:00 +00:00
plegall
45c4b7681f bug 2198 fixed: footer on text/plain email needs rewrite
git-svn-id: http://piwigo.org/svn/trunk@9354 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-22 22:32:28 +00:00
patdenice
d37ec3ddfd Update jQuery to 1.5 and jQuery UI to 1.8.9
git-svn-id: http://piwigo.org/svn/trunk@9172 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-11 15:57:04 +00:00