aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* change version number to 2.3.0RC3plegall2011-09-122-2/+2
git-svn-id: http://piwigo.org/svn/trunk@12137 68402e56-0260-453c-a942-63ccdbb3a9ee
* upload form: automatically focus on the album name when opening the create ↵plegall2011-09-091-7/+7
| | | | | | album form git-svn-id: http://piwigo.org/svn/trunk@12124 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r12122 from branch 2.2 to trunkplegall2011-09-091-1/+1
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
* bug 2435 fixed: on the upload form, when no album available, hide the albumplegall2011-09-083-5/+23
| | | | | | | | selection listbox and if no album is selected, trigger an error before starting any upload. git-svn-id: http://piwigo.org/svn/trunk@12106 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fixed: the "Learn more" language key needs to be in admin.lang.php, not ↵plegall2011-09-0855-43/+26
| | | | | | in install.lang.php git-svn-id: http://piwigo.org/svn/trunk@12105 68402e56-0260-453c-a942-63ccdbb3a9ee
* back merge r12103 on LanguageSwitch, this should be another commit, this ↵plegall2011-09-082-11/+7
| | | | | | coding is not finished yet git-svn-id: http://piwigo.org/svn/trunk@12104 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2431: only keep MySQL on installation formplegall2011-09-0834-163/+12
| | | | git-svn-id: http://piwigo.org/svn/trunk@12103 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2434 fixed: try to stay on the same page when changing admin colorsplegall2011-09-081-2/+28
| | | | git-svn-id: http://piwigo.org/svn/trunk@12102 68402e56-0260-453c-a942-63ccdbb3a9ee
* change version number to 2.3.0RC2plegall2011-09-082-2/+2
git-svn-id: http://piwigo.org/svn/trunk@12101 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2432 fixed: on the upload form, when a new album is created, it mustplegall2011-09-061-1/+1
automatically the selected album. The update of jQuery 1.6.2 must have broken this feature. git-svn-id: http://piwigo.org/svn/trunk@12065 68402e56-0260-453c-a942-63ccdbb3a9ee
* update jQuery to version 1.6.2plegall2011-09-022-1187/+1854
git-svn-id: http://piwigo.org/svn/trunk@12040 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1078 added: ability to merge tagsplegall2011-09-026-16/+197
git-svn-id: http://piwigo.org/svn/trunk@12032 68402e56-0260-453c-a942-63ccdbb3a9ee
* plugin manager: replace the top left "Display Compact/Complete" select box by aplegall2011-09-0125-66/+48
| | | | | | | simpler link "show details" or "hide details" on top right. git-svn-id: http://piwigo.org/svn/trunk@12029 68402e56-0260-453c-a942-63ccdbb3a9ee
* add rounded borders for chrome/IE9 on install.php buttons and input fieldsplegall2011-09-011-0/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@12028 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r12024 from branch 2.2 to trunkplegall2011-08-318-8/+8
| | | | | | | bug 2422 fixed: typo fixed in FTP help git-svn-id: http://piwigo.org/svn/trunk@12025 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r12022 from branch 2.2 to trunkplegall2011-08-311-0/+5
bug 2421 fixed: no more warning on comments.php when $_SERVER['QUERY_STRING'] is not defined git-svn-id: http://piwigo.org/svn/trunk@12023 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r12011 from branch 2.2 to trunkplegall2011-08-301-9/+9
| | | | | | | | | bug 2378 fixed: remove MySQL warning when synchronizing with simulation activated. The warning occurs when there are new dircetories found. git-svn-id: http://piwigo.org/svn/trunk@12012 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r12009 from branch 2.2 to trunkplegall2011-08-301-1/+1
| | | | | | | | | | bug 2416 fixed: the CAST function in MySQL seems to return unexpected results, depending on MySQL version. As a consequence it was producing virtual years in calendar display. git-svn-id: http://piwigo.org/svn/trunk@12010 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2420 added: automatically use the gallery title in the page banner.plegall2011-08-305-5/+16
Just write %gallery_title% in the page banner (this is written by default). The default gallery title and tagline are now localized. git-svn-id: http://piwigo.org/svn/trunk@12008 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2417 added: add progress bar (jQuery UI progress bar) + details onplegall2011-08-276-2/+39
| | | | | | | progressing upload like "photo 21 of 46". git-svn-id: http://piwigo.org/svn/trunk@12005 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1797 added: use photo title for thumbnail ALT attribute if possibleplegall2011-08-261-11/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@11999 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1729: protect thumbnail title against HTML special charsplegall2011-08-261-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@11998 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1729: avoid too long description in tooltipsplegall2011-08-261-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@11997 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1729: rewrite function get_thumbnail_title to provide a complete tooltipplegall2011-08-262-12/+51
to the template file. It include the name of the photo, details such as number of visits, number of comments, rating score, and the description. git-svn-id: http://piwigo.org/svn/trunk@11996 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2027 implemented: the "lost password" feature was rewritten.plegall2011-08-2455-332/+520
| | | | | | | | | | | | | | | 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
* feature 2359: simpler function single_update and single_insertplegall2011-08-244-78/+108
git-svn-id: http://piwigo.org/svn/trunk@11991 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix indentation issues, tabs are forbiddenplegall2011-08-231-3/+7
git-svn-id: http://piwigo.org/svn/trunk@11989 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2413: forgotten to remove the gallery_url parameter in config.sqlplegall2011-08-231-1/+0
git-svn-id: http://piwigo.org/svn/trunk@11987 68402e56-0260-453c-a942-63ccdbb3a9ee
* replace tabs by spaces for indentation introduced in rplegall2011-08-221-28/+29
git-svn-id: http://piwigo.org/svn/trunk@11981 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2413 added: move gallery_url configuration parameter from database toplegall2011-08-2237-41/+122
| | | | | | | local configuration file. git-svn-id: http://piwigo.org/svn/trunk@11978 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2410 added: uploadify upgraded from version 2.1.0 to 3.0.0 (still beta,plegall2011-08-199-131/+195
| | | | | | | | | | | | | | | but said as stable by users on uploadify forums) bug 2411 fixed: thanks to uploadify 3.0.0, the "Browse" button is now localized (text in any language) bug 1653 fixed: if the selected file exceeds the upload_max_size (as defined in the php.ini), an alert is shown and the file is not added to the queue. bug 2412 fixed: ability to select GIF files with the Flash Uploader. git-svn-id: http://piwigo.org/svn/trunk@11975 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2409 added: by default, hide the "who can see these photos?" field ↵plegall2011-08-184-15/+28
| | | | | | in the upload form. git-svn-id: http://piwigo.org/svn/trunk@11967 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2407 added: display upload limitations before file selection (fileplegall2011-08-1836-107/+95
| | | | | | | | | | | | maximum size, maximum dimensions, allowed file types). The maximum dimensions are calculated for GD only (because Imagick and External ImageMagick are not using PHP memory as far as I could find on the web). bug 2408 fixed: change term "old style form" into "browser uploader" and "multiple file form" into "Flash Uploader" (based on WordPress user interface) git-svn-id: http://piwigo.org/svn/trunk@11966 68402e56-0260-453c-a942-63ccdbb3a9ee
* tiny bug fixed in ['graphics_library'] parameter descriptionplegall2011-08-181-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@11965 68402e56-0260-453c-a942-63ccdbb3a9ee
* convert to UNIX file typeplegall2011-08-181-624/+624
| | | | git-svn-id: http://piwigo.org/svn/trunk@11964 68402e56-0260-453c-a942-63ccdbb3a9ee
* comment debug instruction from uploadify.phpplegall2011-08-171-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@11963 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2406 added: if the user wants a new album in the upload form, the albumplegall2011-08-1733-163/+484
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
* change version number to 2.3.0RC1plegall2011-07-292-2/+2
git-svn-id: http://piwigo.org/svn/trunk@11852 68402e56-0260-453c-a942-63ccdbb3a9ee
* change version number to 2.3.0beta3plegall2011-07-182-2/+2
git-svn-id: http://piwigo.org/svn/trunk@11769 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r11755 from branch 2.2 to trunkplegall2011-07-151-0/+4
feature 2243 added: pwg.session.getStatus returns current date (used for images.date_available field, ie database time) git-svn-id: http://piwigo.org/svn/trunk@11756 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r11747 from branch 2.2 to trunkplegall2011-07-141-0/+5
| | | | | | | bug 2356 fixed: if the EXIF date can't be parsed, we don't use it to fill the photo date git-svn-id: http://piwigo.org/svn/trunk@11748 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r11745 from branch 2.2 to trunkplegall2011-07-142-1/+83
feature 2376 added: new method pwg.categories.setRepresentative git-svn-id: http://piwigo.org/svn/trunk@11746 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r11738 from branch 2.2 to trunkplegall2011-07-132-3/+18
| | | | | | | bug 2375 fixed: ability to deactivate representative cache on sub-albums (['representative_cache_on_subcats']) or when searching for another representative due to privacy level (['representative_cache_on_level']) git-svn-id: http://piwigo.org/svn/trunk@11739 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r11736 from branch 2.2 to trunkplegall2011-07-131-0/+3
bug 2338 fixed: force purge on sessions table (each time a user gets connected) git-svn-id: http://piwigo.org/svn/trunk@11737 68402e56-0260-453c-a942-63ccdbb3a9ee
* simplify code by using new function add_permission_on_category()plegall2011-07-132-87/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@11729 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r11727 from branch 2.2 to trunkplegall2011-07-132-1/+112
feature 2245: when a new private album is added, the creator and admins automatically get permission on it. git-svn-id: http://piwigo.org/svn/trunk@11728 68402e56-0260-453c-a942-63ccdbb3a9ee
* grammar error fixed in english (and in language key)plegall2011-07-0516-17/+17
git-svn-id: http://piwigo.org/svn/trunk@11641 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2372 added: shortcut to edit CSS file from the themes page. If pluginplegall2011-07-012-1/+27
LocalFiles Editor is active, a link "CSS" is displayed under each active theme and goes directly to the CSS edition page. git-svn-id: http://piwigo.org/svn/trunk@11586 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2365 added: Piwigo version is written in the database (asplegall2011-06-254-0/+21
| | | | | | | | | "piwigo_db_version" in the config table). We only store the branch, not the release : 2.3 and not 2.3.1, because database structure is not changing between minor releases. git-svn-id: http://piwigo.org/svn/trunk@11511 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r11508 from branch 2.2 to trunkplegall2011-06-251-5/+21
bug 2363 fixed: upgrade 94 should not fail when write access is missing on _data/plugins. When this situation occurs, we don't save the 2.1 user upload configuration and we continue the upgrade. git-svn-id: http://piwigo.org/svn/trunk@11509 68402e56-0260-453c-a942-63ccdbb3a9ee