rvelices
53a0522894
merge-r17765 from trunk to branch 2.4 feature 2737: improve tag administration screen
...
show for every tag
- the number of photos
- link to public index page
- link to batch manager edit
add an event for extended description multi language strings (used for autocompletion and shown in the tag admin screen) instead of hard coded in the core [lang=..
git-svn-id: http://piwigo.org/svn/branches/2.4@17766 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-05 20:49:12 +00:00
rvelices
d0be895700
merge -r17724 from trunk to branch 2.4
...
bug 2732: when new tags must be added, also look first for existing tags with different case
git-svn-id: http://piwigo.org/svn/branches/2.4@17725 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-03 20:49:42 +00:00
rvelices
a2f73718d9
bug 2725: Piwigo isn't compatible with suPHP + better handling of watermark upload errors merge from trunk to branch 2.4
...
git-svn-id: http://piwigo.org/svn/branches/2.4@17676 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-30 19:20:50 +00:00
plegall
2c24b0b38a
bug 2733 fixed: when creating a sub-album in a private album with
...
pwg.categories.add, it is automatically private too.
git-svn-id: http://piwigo.org/svn/branches/2.4@17668 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-30 12:52:40 +00:00
rvelices
391ac76cbe
merge -r17650 from trunk to branch 2.4 bug 2730: multi size not deleted when physical directory deleted
...
git-svn-id: http://piwigo.org/svn/branches/2.4@17651 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-27 18:43:05 +00:00
plegall
4bcacb8c69
bug 2724 fixed: tooltip on thumbnails is back on photos sort order manager
...
git-svn-id: http://piwigo.org/svn/branches/2.4@17573 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-15 11:45:46 +00:00
mistic100
2f21acc89c
Merged revision(s) r17381 from trunk:
...
bug 2717: Warning + no content on help page
git-svn-id: http://piwigo.org/svn/branches/2.4@17382 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-04 09:24:15 +00:00
mistic100
2aa150998e
Merged revision(s) r17347 from trunk:
...
bug 2714: missing icons on jgrowl notifications
git-svn-id: http://piwigo.org/svn/branches/2.4@17348 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-03 15:02:09 +00:00
rvelices
5bc53c4d74
feature 2708: in admin, display allowed custom derivatives and ability to delete them
...
git-svn-id: http://piwigo.org/svn/branches/2.4@17295 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-01 19:00:54 +00:00
rvelices
4b181b746f
merge -r17289 from trunk to 2.4: batch manager improvements/fixes:
...
- when refreshing photo set, start is set to 0 (otherwise if the new set is smaller that start, it looks like it is empty)
- correct positioning of thumbnails (width/height) is done in template instead of javascript (immediate instead on ready + no reflows)
- less space lost on batch manager page
- fix wrong page title in batch manager because of global variable $title overriden
- fix language keys in element_set_ranks (capital/lowercase issue)
git-svn-id: http://piwigo.org/svn/branches/2.4@17290 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-01 17:00:07 +00:00
mistic100
c1e3f62855
remove debug code from r17001
...
git-svn-id: http://piwigo.org/svn/branches/2.4@17209 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-30 13:48:35 +00:00
plegall
b448de6b5b
bug 2707 fixed: display tabs in the language manager
...
git-svn-id: http://piwigo.org/svn/branches/2.4@17166 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-27 07:39:40 +00:00
plegall
d60339d4b5
feature 2693 added: automatically show link to caddie if caddie not empty
...
git-svn-id: http://piwigo.org/svn/branches/2.4@17008 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-25 11:43:35 +00:00
plegall
b9c3d840c5
bug 2655 fixed: maximum length for album name is 255 chars
...
git-svn-id: http://piwigo.org/svn/branches/2.4@17006 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-25 10:57:18 +00:00
plegall
be73b982e5
bug 2705 (related to): if rotate function is called with a 0 (zero) angle,
...
like plugin RotateImage may do, ExtIM fails with the same error
"convert: invalid argument for option `-rotate': -orient"
git-svn-id: http://piwigo.org/svn/branches/2.4@17003 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-25 10:31:56 +00:00
plegall
261a386291
bug 2627 fixed: photos added with the web form or pwg.images.addSimple now have
...
a correct image_category.rank.
git-svn-id: http://piwigo.org/svn/branches/2.4@17001 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-25 10:18:22 +00:00
plegall
83cdc8576d
bug 2705 fixed: if the rotation is "0", no rotation is needed, we skip the
...
rotate function which behaves badly (in ExtIM) with a zero degree rotation.
git-svn-id: http://piwigo.org/svn/branches/2.4@16934 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-23 13:33:55 +00:00
mistic100
18bf888d16
Merged revision(s) 16928 from trunk:
...
feature 2703: make it easy for plugins to add tabs in admin screens
centralize all core tabs in one file
git-svn-id: http://piwigo.org/svn/branches/2.4@16929 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-23 11:52:18 +00:00
mistic100
798de81516
Merged revision(s) 16925 from trunk:
...
feature 2703: make it easy for plugins to add tabs in admin screens
add a trigger a give an id to each core tabsheets
git-svn-id: http://piwigo.org/svn/branches/2.4@16926 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-23 10:06:27 +00:00
flop25
b874181e8b
merge r16829 from trunk to 2.4
...
bug:2698
at the bottom!
git-svn-id: http://piwigo.org/svn/branches/2.4@16830 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-18 16:37:15 +00:00
flop25
2b25eee744
merge r16827 from trunk to 2.4 branch
...
bug:2698
2 id identical
fieldset instead of a span
moving up the field for autoorder
hiding the link to set a autoorder if there is no album (clicking on it didn't do anything)merge r16825
git-svn-id: http://piwigo.org/svn/branches/2.4@16828 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-18 16:23:51 +00:00
flop25
d73149b77e
merge r16825 from trunk to 2.4 branch
...
bug:2698
moving the forms
git-svn-id: http://piwigo.org/svn/branches/2.4@16826 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-18 14:35:17 +00:00
mistic100
b8507b5afe
Merged revision(s) 16390 from trunk:
...
feature 2680: styles for jQuery UI slider
still need to include "themes/default/js/ui/theme/jquery.ui.slider.css"
git-svn-id: http://piwigo.org/svn/branches/2.4@16391 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-06 08:50:53 +00:00
rvelices
d7a1ee188d
user_cache was not invalidated on photo deletion (merge from trunk to branch 2.4)
...
git-svn-id: http://piwigo.org/svn/branches/2.4@16335 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-03 20:21:09 +00:00
plegall
64bc6e3f17
bug 2661 fixed: there is no more high_filesize in Piwigo 2.4. We have to remove it from history search.
...
git-svn-id: http://piwigo.org/svn/branches/2.4@16281 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-02 13:30:33 +00:00
plegall
a07dd0bea0
bug 2673 fixed: Batch Manager, single mode, a click on the thumbnail opens the L size and not the original.
...
git-svn-id: http://piwigo.org/svn/branches/2.4@16277 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-02 12:59:12 +00:00
rvelices
3aa529809e
bug 2672: invalid option sampling-factor for old versions of ImageMagick (use it for new versions) merge from trunk to branch 2.4
...
git-svn-id: http://piwigo.org/svn/branches/2.4@16242 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-01 04:18:34 +00:00
plegall
9ee698734d
bug 2672: deactivate sampling-factor (for now)
...
git-svn-id: http://piwigo.org/svn/branches/2.4@16210 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-29 22:23:49 +00:00
mistic100
e21e16e76e
merge r16179 from trunk
...
bug 2671: use get_branch_from_version() to find the real branch, however the version looks like
git-svn-id: http://piwigo.org/svn/branches/2.4@16180 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-29 15:10:09 +00:00
mistic100
aa10f54558
merge r16177 from trunk
...
incompatible plugins check doesn't work since 2.4, because version number format has changed
git-svn-id: http://piwigo.org/svn/branches/2.4@16178 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-29 14:31:29 +00:00
rvelices
f3c84114ef
bug 2668 - fix php warnings on glob function (merge from trunk to 2.4)
...
git-svn-id: http://piwigo.org/svn/branches/2.4@16168 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-29 04:26:22 +00:00
mistic100
de1166c7f2
merge r16146 from trunk
...
check if ilog() exists before using it, allowing the use the class outer i.php
git-svn-id: http://piwigo.org/svn/branches/2.4@16147 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-28 18:47:34 +00:00
rvelices
e1794bbb66
correctly log errors when external imagick fails (merge from trunk)
...
git-svn-id: http://piwigo.org/svn/branches/2.4@16077 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-27 04:20:29 +00:00
mistic100
86358b6c87
merge r15950 from trunk
...
bug 2659: Possible misconfiguration of ORDER BY + missing language string
git-svn-id: http://piwigo.org/svn/branches/2.4@15951 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-22 21:42:52 +00:00
plegall
c89365f10e
feature 2632: add a test on upgrade.php, if a remote site is detected downgrade to 2.3.4
...
git-svn-id: http://piwigo.org/svn/trunk@15680 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-14 21:46:47 +00:00
plegall
06347bfb71
feature 2632: do not deactivate smartpocket automatically during upgrade
...
git-svn-id: http://piwigo.org/svn/trunk@15678 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-14 12:21:39 +00:00
plegall
bb3db660a4
feature 2652: remote site removal, do not talk about "remote site" on the site manager
...
git-svn-id: http://piwigo.org/svn/trunk@15659 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-13 20:52:12 +00:00
plegall
aa7bc99766
no longer use of images.tn_ext field any longer
...
git-svn-id: http://piwigo.org/svn/trunk@15598 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-07 22:04:19 +00:00
patdenice
3d7971d640
bug:2647
...
Test 1and1 server with $_SERVER['SCRIPT_FILENAME']
git-svn-id: http://piwigo.org/svn/trunk@15583 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-07 10:48:57 +00:00
plegall
e11d4ebb67
bug fixed: rounded corners with Firefox 13
...
git-svn-id: http://piwigo.org/svn/trunk@15577 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-06 18:44:37 +00:00
patdenice
acb3e717fc
bug:2647
...
External ImageMagick does not work anymore on 1and1 servers
git-svn-id: http://piwigo.org/svn/trunk@15575 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-06 15:38:56 +00:00
rvelices
34e6f1aa49
multisize - avoid php warning for rotation_angle; better error logging; javascript avoid navigation to empty # anchor
...
git-svn-id: http://piwigo.org/svn/trunk@15551 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-05 18:06:53 +00:00
plegall
ae4b8c7e41
clean help files: no longer need thumbnail.html and site_manager.html
...
git-svn-id: http://piwigo.org/svn/trunk@15524 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-04 12:33:27 +00:00
plegall
78cdd39c88
application screenshots are cleanly stored on piwigo.org/screenshots/applications
...
git-svn-id: http://piwigo.org/svn/trunk@15233 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-21 21:44:41 +00:00
plegall
6225137c99
feature 2606: remove original multiple size configuration screen
...
git-svn-id: http://piwigo.org/svn/trunk@15230 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-21 20:23:48 +00:00
mistic100
878a401b46
feature:2530 display album numeric identifier on its administration page
...
git-svn-id: http://piwigo.org/svn/trunk@14990 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-15 17:13:03 +00:00
mistic100
4cac242866
change languages keys to differentiate if "%d physical" is plural or singular, same for "and %d virtual"
...
+ missing ja_JP php open tag
git-svn-id: http://piwigo.org/svn/trunk@14977 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-14 21:23:31 +00:00
plegall
a3c0e7af10
bug fixed: use the existing language key
...
git-svn-id: http://piwigo.org/svn/trunk@14870 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-08 21:29:19 +00:00
ddtddt
9b54b06c91
[trunk] - cat modify forgotten 'Refresh';
...
git-svn-id: http://piwigo.org/svn/trunk@14851 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-08 14:10:27 +00:00
plegall
6a4f125750
multisize: remove obsolete function file_path_for_type
...
git-svn-id: http://piwigo.org/svn/trunk@14829 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-07 13:44:28 +00:00