aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Disabled optimization table for branch 2.0 onlyrub2009-01-141-1/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3076 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c3074 from trunk to branch 2.0.patdenice2009-01-141-0/+2
| | | | | | Display bug on install page git-svn-id: http://piwigo.org/svn/branches/2.0@3075 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c3072 from trunk to branch 2.0rub2009-01-132-2/+10
| | | | | | | Fix bad $lang. Remove not necessary information messages on upgrade. git-svn-id: http://piwigo.org/svn/branches/2.0@3073 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c3070 from trunk to branch 2.0.patdenice2009-01-131-0/+3
| | | | | | Send user language when retrieving datas from PEM api. git-svn-id: http://piwigo.org/svn/branches/2.0@3071 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Error icon misplacedvdigital2009-01-111-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3068 68402e56-0260-453c-a942-63ccdbb3a9ee
* Updates ITriopwg2009-01-091-69/+48
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3066 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 912 fixed: we need an extra original_sum to pwg.images.add API method toplegall2009-01-083-4/+9
| | | | | | | check photo existence. Using the file_sum was a bad idea. git-svn-id: http://piwigo.org/svn/branches/2.0@3064 68402e56-0260-453c-a942-63ccdbb3a9ee
* DE Updated with the work of Danielddtddt2009-01-0812-136/+130
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3063 68402e56-0260-453c-a942-63ccdbb3a9ee
* DE Updated with the work of Danielddtddt2009-01-074-209/+203
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3062 68402e56-0260-453c-a942-63ccdbb3a9ee
* - External links are following the Graphic Chart (class="external")vdigital2009-01-073-2/+13
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3060 68402e56-0260-453c-a942-63ccdbb3a9ee
* code administration: any text file should have the svn:eol-style propertyplegall2009-01-070-0/+0
| | | | | | | set to LF. git-svn-id: http://piwigo.org/svn/branches/2.0@3058 68402e56-0260-453c-a942-63ccdbb3a9ee
* Code administration: convert all text files to Unix file format (CR as eolplegall2009-01-0629-2337/+2337
| | | | | | | and not CRLF) git-svn-id: http://piwigo.org/svn/branches/2.0@3054 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Change tabs text background in hover casevdigital2009-01-061-0/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3053 68402e56-0260-453c-a942-63ccdbb3a9ee
* - let it clickable ... (as it is now), ...vdigital2009-01-051-2/+0
| | | | | | - but NO pink underline, please git-svn-id: http://piwigo.org/svn/branches/2.0@3052 68402e56-0260-453c-a942-63ccdbb3a9ee
* New structure of file for help.htmlddtddt2009-01-053-202/+492
| | | | | | DE/NL/IT languages. git-svn-id: http://piwigo.org/svn/branches/2.0@3051 68402e56-0260-453c-a942-63ccdbb3a9ee
* New: new instruction organization and display applied to SP language.ddtddt2009-01-052-51/+164
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3050 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fixed: convert some german language files from iso to utf-8.plegall2009-01-043-129/+129
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3047 68402e56-0260-453c-a942-63ccdbb3a9ee
* Administration: happy new year 2009, all PHP headers updated.plegall2009-01-04368-369/+369
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3046 68402e56-0260-453c-a942-63ccdbb3a9ee
* New: new instruction organization and display applied to french language.plegall2009-01-041-86/+160
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3045 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fixed: in english instruction, try to avoid the generic word "element"plegall2009-01-041-1/+1
| | | | | | | | | and replace it by "photo". This commit changes only a section title, 4 "elements" remains in the file, but they are in the generic section "Add photos, the FTP way" where the directory organization is detailed. git-svn-id: http://piwigo.org/svn/branches/2.0@3044 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Text background for tabsheet.vdigital2009-01-043-1/+3
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3043 68402e56-0260-453c-a942-63ccdbb3a9ee
* - $conf['meta_ref'] is a new configuration parameter (Default true)vdigital2009-01-034-4/+32
| | | | | | | | | Meta tags for description, author, and keywords are generated, except if meta robots "noindex" is forced (with some pages like search, recent cats, etc.). In addition, $conf['meta_ref'] = false is forcing "noindex, nofollow". git-svn-id: http://piwigo.org/svn/branches/2.0@3040 68402e56-0260-453c-a942-63ccdbb3a9ee
* - New tabs from Stripy but not perfect again.vdigital2009-01-034-0/+0
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3038 68402e56-0260-453c-a942-63ccdbb3a9ee
* modification: based on stripy request (see post:102812), administrationplegall2009-01-023-3/+3
| | | | | | | | instructions section headers become pink and expand/collapse icons are also pink (merge back 3035). git-svn-id: http://piwigo.org/svn/branches/2.0@3036 68402e56-0260-453c-a942-63ccdbb3a9ee
* modification: updated icons for expand/collapse actions in administrationplegall2008-12-312-0/+0
| | | | | | | instructions, pink was a bit too pink. Icons sent by stripy. git-svn-id: http://piwigo.org/svn/branches/2.0@3035 68402e56-0260-453c-a942-63ccdbb3a9ee
* modification: use Roma compliant icons for expand/collapse actions inplegall2008-12-315-3/+3
| | | | | | | administration instructions. Icons sent by stripy. git-svn-id: http://piwigo.org/svn/branches/2.0@3034 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Change the title logic for a better index in Google imagesvdigital2008-12-302-2/+5
| | | | | | (It was already done but it should be improved). git-svn-id: http://piwigo.org/svn/branches/2.0@3031 68402e56-0260-453c-a942-63ccdbb3a9ee
* - active_tab2.png and inactive_tab2.png received from Stripyvdigital2008-12-302-0/+0
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3029 68402e56-0260-453c-a942-63ccdbb3a9ee
* Updated with the work of Daniel (and ü to ΓΌ)ddtddt2008-12-296-250/+234
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3027 68402e56-0260-453c-a942-63ccdbb3a9ee
* - ini_set usage removed.vdigital2008-12-281-2/+0
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3025 68402e56-0260-453c-a942-63ccdbb3a9ee
* - ini_set usage is sometimes prohibited.vdigital2008-12-281-2/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3023 68402e56-0260-453c-a942-63ccdbb3a9ee
* Updated with the work of Danielddtddt2008-12-274-490/+489
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3021 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Japanese flagvdigital2008-12-234-17/+27
| | | | | | | - <p> support in Sylvia menubar - Admin Help is chartered (First use of the discrete links) git-svn-id: http://piwigo.org/svn/branches/2.0@3017 68402e56-0260-453c-a942-63ccdbb3a9ee
* - theHeader (10 points): 10px morevdigital2008-12-221-2/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3015 68402e56-0260-453c-a942-63ccdbb3a9ee
* - datePicker calendar to be re-chartered (roma).vdigital2008-12-223-11/+18
| | | | | | | - Identification > Notification : Translation review - Header with no header (Sylvia only). git-svn-id: http://piwigo.org/svn/branches/2.0@3013 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fixed: administration instructions, typo fixed and precision on authorizedplegall2008-12-221-6/+4
| | | | | | | characters in file and directory names. git-svn-id: http://piwigo.org/svn/branches/2.0@3012 68402e56-0260-453c-a942-63ccdbb3a9ee
* modification: in administration instruction set, pwgScreen uses "&raquo;"plegall2008-12-221-19/+18
| | | | | | | | | | | | | instead of ",", it makes screen names more readable. bug fixed: in administration instruction set, precision on the category type for user upload. bug fixed: in administration instruction set, remove the synchronization process step when validating an uploaded photo. git-svn-id: http://piwigo.org/svn/branches/2.0@3011 68402e56-0260-453c-a942-63ccdbb3a9ee
* modification: strongly updated admin>instructions contentplegall2008-12-222-130/+80
| | | | | | | bug fixed: CSS class pwgScreen had disappeared (even in Piwigo 1.6) git-svn-id: http://piwigo.org/svn/branches/2.0@3010 68402e56-0260-453c-a942-63ccdbb3a9ee
* modification: instructions are displayed by blocks that can be expandedplegall2008-12-215-28/+154
| | | | | | | individually. The icon doesn't fit with roma theme currently. git-svn-id: http://piwigo.org/svn/branches/2.0@3009 68402e56-0260-453c-a942-63ccdbb3a9ee
* tags_listvdigital2008-12-201-0/+3
| | | | | | Borders are the wrong colour. git-svn-id: http://piwigo.org/svn/branches/2.0@3004 68402e56-0260-453c-a942-63ccdbb3a9ee
* Stripy 24px active and inactive images.vdigital2008-12-204-0/+0
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@3002 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c3000 from trunk to branch 2.0.patdenice2008-12-195-7/+12
| | | | | | Upgrade Smarty to 2.6.22 git-svn-id: http://piwigo.org/svn/branches/2.0@3001 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c2998 from trunk to branch 2.0.patdenice2008-12-181-0/+2
| | | | | | Display bug in upgrade page. git-svn-id: http://piwigo.org/svn/branches/2.0@2999 68402e56-0260-453c-a942-63ccdbb3a9ee
* PHP returns a Parse Error on these two lang filegrum2008-12-182-9/+9
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@2996 68402e56-0260-453c-a942-63ccdbb3a9ee
* Border removal in mails on thumbnails (2). Need further tests.vdigital2008-12-163-3/+6
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@2994 68402e56-0260-453c-a942-63ccdbb3a9ee
* Border removal in mailsvdigital2008-12-161-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@2992 68402e56-0260-453c-a942-63ccdbb3a9ee
* #ff3300 replacement by #ff3333vdigital2008-12-163-6/+6
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@2990 68402e56-0260-453c-a942-63ccdbb3a9ee
* Sylvia mailing template : Need to be tested ...vdigital2008-12-153-12/+12
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@2988 68402e56-0260-453c-a942-63ccdbb3a9ee
* Your coral is not the right colour code (to be confirmed)vdigital2008-12-152-6/+6
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@2986 68402e56-0260-453c-a942-63ccdbb3a9ee
* comments.phpvdigital2008-12-151-0/+23
| | | | | | Please, have the ancient squared boxes for each comment git-svn-id: http://piwigo.org/svn/branches/2.0@2984 68402e56-0260-453c-a942-63ccdbb3a9ee