Commit graph

3631 commits

Author SHA1 Message Date
plegall
e4206f045b feature 2102: inject strings from the "Photos" plugin into core for the following
languages de_DE es_ES lv_LV ru_RU fr_FR


git-svn-id: http://piwigo.org/svn/trunk@8803 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-20 14:29:08 +00:00
plegall
dfb0b9d1fa bug 937 fixed: makes sure a user won't see the thumbnail of a photo that has a
higher privacy level than user privacy level.

For an acceptable solution at performance level, I have implemented a cache:
for a given user, each album has a representative_picture_id. This cache also
avoids to perform numerous "order by rand()" SQL queries which is the case
when $conf['allow_random_representative'] = true;


git-svn-id: http://piwigo.org/svn/trunk@8802 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-20 13:32:34 +00:00
ddtddt
d59827398d [trunk] - update FR help
git-svn-id: http://piwigo.org/svn/trunk@8801 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-20 11:06:26 +00:00
ddtddt
47fad45576 [trunk] - update FR help
git-svn-id: http://piwigo.org/svn/trunk@8800 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-20 11:00:49 +00:00
ddtddt
996858f472 [trunk] - update FR help
git-svn-id: http://piwigo.org/svn/trunk@8799 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-20 10:59:28 +00:00
ddtddt
01bf7988e4 [trunk] - update FR help
git-svn-id: http://piwigo.org/svn/trunk@8797 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-20 10:52:37 +00:00
ddtddt
8f6a0039db [trunk] - update FR help
git-svn-id: http://piwigo.org/svn/trunk@8796 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-20 10:50:15 +00:00
ddtddt
112df9e46c [trunk] - update FR help
git-svn-id: http://piwigo.org/svn/trunk@8795 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-20 10:34:36 +00:00
ddtddt
6500212592 [trunk] - update FR help
git-svn-id: http://piwigo.org/svn/trunk@8794 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-20 10:30:12 +00:00
ddtddt
0ef1cc5d4b [trunk] - update FR help
git-svn-id: http://piwigo.org/svn/trunk@8791 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-20 10:00:37 +00:00
ddtddt
8eda1f64cb [trunk] - update vi_VN thanks to Em Ku
git-svn-id: http://piwigo.org/svn/trunk@8788 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-20 09:46:13 +00:00
ddtddt
4b0d9ead97 [trunk] - update vi_VN thanks to Em Ku
git-svn-id: http://piwigo.org/svn/trunk@8785 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-20 06:41:25 +00:00
ddtddt
6072d90a1b [trunk] - update ar_SA thanks to mohammed
git-svn-id: http://piwigo.org/svn/trunk@8784 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-19 23:44:05 +00:00
plegall
c6e50788cd feature 2102: mistake in my previous commit r8727 on "manage album photos" string
git-svn-id: http://piwigo.org/svn/trunk@8783 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-19 23:41:37 +00:00
rvelices
497fa40331 more compact html output
git-svn-id: http://piwigo.org/svn/trunk@8774 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-19 21:18:45 +00:00
rvelices
4a6f62bb8d got rid of the last three very inefficient css rules
git-svn-id: http://piwigo.org/svn/trunk@8772 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-19 20:45:44 +00:00
ddtddt
c840dbfc28 [trunk] - update ar_SA thanks to mohammed
git-svn-id: http://piwigo.org/svn/trunk@8769 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-19 19:16:23 +00:00
plegall
90106b6794 feature 1289 updated: add pwg_token on the delete_orphan_tags maintenance action
(and all other maintenace actions as well)


git-svn-id: http://piwigo.org/svn/trunk@8765 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-19 14:59:49 +00:00
plegall
0a44acdd8a feature 1062 added: ability to delete a single photo from its administration
screen


git-svn-id: http://piwigo.org/svn/trunk@8764 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-19 14:51:03 +00:00
plegall
714219f490 feature 2040: to finish the "automatic rotation" feature, I had configuration
setting. I choose to have it in the configuration file and not in the web
interface because it is a bit too technical and useful only in very specific
cases (when buggy software performed a rotation before without updating the
EXIF "orientation" tag)


git-svn-id: http://piwigo.org/svn/trunk@8763 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-19 14:00:38 +00:00
plegall
1b7781c866 feature 1289 added: easy "delete orphan tags" function. On the "tags"
administration page, a warning message is displayed if you have at least
one orphan tag + direct action to delete them.


git-svn-id: http://piwigo.org/svn/trunk@8762 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-19 13:19:16 +00:00
ddtddt
e338363331 [trunk] - zh_CN add help Thanks to Ralph.Bai
git-svn-id: http://piwigo.org/svn/trunk@8760 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-19 12:22:15 +00:00
plegall
856e16d2a7 bug 2025 fixed: by default we log visits from simple visitors, it was a
nonsense to turn off history for connected users by default.


git-svn-id: http://piwigo.org/svn/trunk@8759 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-19 11:36:51 +00:00
plegall
8a7004e61e bug 2018: now when a user gets an "admin" or "webmaster" status he
automatically gets the "admin" privacy level.


git-svn-id: http://piwigo.org/svn/trunk@8758 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-19 11:18:55 +00:00
rvelices
2eab606970 - picture page compacts the output html using smarty strip
- decrease the default number of tags showable in the menubar

git-svn-id: http://piwigo.org/svn/trunk@8757 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-18 21:12:42 +00:00
rvelices
90911d747f - batch manager was not calling invalidate_user_cache
- batch manager can delete photos added by ftp
- call sync_users on admin page less often (too many sql queries)

git-svn-id: http://piwigo.org/svn/trunk@8756 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-18 20:57:36 +00:00
plegall
7889e86b9b feature 2113: slightly smaller logo in administration footer
git-svn-id: http://piwigo.org/svn/trunk@8754 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-18 19:59:58 +00:00
ddtddt
0c73ec4245 [trunk] - update FR help
git-svn-id: http://piwigo.org/svn/trunk@8752 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-18 19:21:17 +00:00
ddtddt
f9136069fe [trunk] - update FR help
git-svn-id: http://piwigo.org/svn/trunk@8751 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-18 19:13:37 +00:00
ddtddt
d4508e0309 git-svn-id: http://piwigo.org/svn/trunk@8750 68402e56-0260-453c-a942-63ccdbb3a9ee 2011-01-18 19:04:16 +00:00
ddtddt
7d282f3dec [trunk] - update EN help
git-svn-id: http://piwigo.org/svn/trunk@8749 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-18 19:04:01 +00:00
ddtddt
9182abc9f8 [trunk] - update FR help
git-svn-id: http://piwigo.org/svn/trunk@8748 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-18 18:57:49 +00:00
ddtddt
7dfff90e85 [trunk] - update FR help
git-svn-id: http://piwigo.org/svn/trunk@8747 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-18 18:54:55 +00:00
ddtddt
29de8ddbe6 [trunk] - update EN help
git-svn-id: http://piwigo.org/svn/trunk@8746 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-18 18:49:53 +00:00
ddtddt
89f255773f [trunk] - update FR help
git-svn-id: http://piwigo.org/svn/trunk@8745 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-18 18:47:45 +00:00
ddtddt
f602bb0bbd [trunk] - update FR help
git-svn-id: http://piwigo.org/svn/trunk@8744 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-18 18:05:32 +00:00
ddtddt
a1c03a2409 [trunk] - cs_CZ add help Thanks to TPY
git-svn-id: http://piwigo.org/svn/trunk@8742 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-18 16:31:02 +00:00
plegall
69ce218575 bug fixed: no more categories.uploadable column when creating a new category
split the admin/photos_add_direct.php script into
admin/include/photos_add_direct_prepare.php (prepare the upload form)
+ admin/include/photos_add_direct_process.inc.php (process the submitted form)
: it makes the upload form backend easier to reuse in the future Community
plugin.


git-svn-id: http://piwigo.org/svn/trunk@8734 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-18 14:03:00 +00:00
plegall
447bc41f71 bug fixed: the home.png icon was missing for roma admin theme
git-svn-id: http://piwigo.org/svn/trunk@8733 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-18 13:38:38 +00:00
plegall
790e917541 feature 2113: new logo on administration screen
git-svn-id: http://piwigo.org/svn/trunk@8732 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-18 13:25:04 +00:00
plegall
6db359c622 Happy new year 2011
Change "Piwigo - a PHP based picture gallery" into "Piwigo - a PHP based photo gallery"


git-svn-id: http://piwigo.org/svn/trunk@8728 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-18 00:02:52 +00:00
plegall
7ca4f8e060 feature 2102: add a few language keys to remove all image/picture/element and replace by photo
git-svn-id: http://piwigo.org/svn/trunk@8727 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-17 23:53:47 +00:00
rvelices
e123585dde bug 2105 : Browsing tags is slow if tags contains many photos
git-svn-id: http://piwigo.org/svn/trunk@8726 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-17 21:16:42 +00:00
rvelices
b5046a4f94 got rid of a very innefficient (and not required) css rule
git-svn-id: http://piwigo.org/svn/trunk@8725 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-17 20:49:14 +00:00
rvelices
d125d527fa feature 2102 : rename item/image/picture to photo (admin side)
also removed unnecessary/duplicate keys

git-svn-id: http://piwigo.org/svn/trunk@8723 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-17 20:27:46 +00:00
plegall
8ccd3a203d feature 2112 added: ability to set an additional local directory
$conf['local_dir_site'] in local/config/multisite.inc.php


git-svn-id: http://piwigo.org/svn/trunk@8722 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-17 18:48:13 +00:00
plegall
91fc33dc8e feature 2102: a mapping from old language keys to new language keys, will be used to inject new values from the Photos plugin into core
git-svn-id: http://piwigo.org/svn/trunk@8719 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-17 12:30:45 +00:00
ddtddt
d8fbe3f033 [trunk] - add help - add ar_SA thanks to bakir
git-svn-id: http://piwigo.org/svn/trunk@8717 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-17 06:06:20 +00:00
ddtddt
a59076afcc [trunk] - add help no_NO (Norwegian) thanks to atlew
git-svn-id: http://piwigo.org/svn/trunk@8715 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-17 05:58:10 +00:00
rvelices
8a14faf0e1 feature 2102 : rename item/image/picture to photo (public side)
git-svn-id: http://piwigo.org/svn/trunk@8711 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-16 20:43:56 +00:00