aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* New: plugin LocalFiles Editor.patdenice2008-03-0114-1/+763
| | | | | | Corrected: $id in smarty comment style in intro.tpl git-svn-id: http://piwigo.org/svn/trunk@2235 68402e56-0260-453c-a942-63ccdbb3a9ee
* - thumbnails.tpl migrationrvelices2008-03-014-107/+62
| | | | git-svn-id: http://piwigo.org/svn/trunk@2234 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix footer_elementsrub2008-03-011-1/+1
| | | | | | but footer_elements is not assigned!? Add of $page['footer_elements']? git-svn-id: http://piwigo.org/svn/trunk@2233 68402e56-0260-453c-a942-63ccdbb3a9ee
* 0000809: Use more php classes implementationrub2008-03-017-549/+598
| | | | | | | Use class for c13y git-svn-id: http://piwigo.org/svn/trunk@2232 68402e56-0260-453c-a942-63ccdbb3a9ee
* - index.tpl, menubar.tpl, mainpage_categories.tpl and month_calendar.tpl go ↵rvelices2008-03-0114-650/+586
| | | | | | | | smarty - better template debugging tweak (the smarty console is shown only once at the end) git-svn-id: http://piwigo.org/svn/trunk@2231 68402e56-0260-453c-a942-63ccdbb3a9ee
* Admin intro template migrate for warm up ;-) patdenice2008-02-292-37/+36
| | | | git-svn-id: http://piwigo.org/svn/trunk@2230 68402e56-0260-453c-a942-63ccdbb3a9ee
* Merge from revision 2228.patdenice2008-02-293-4/+12
| | | | | | | | | Resolved bugs: 741 and 793: Added user does not appear in listing. 769: show email address in adviser mode when editing user profil. 800: get_absolute_root_url does not work with https protocol. git-svn-id: http://piwigo.org/svn/trunk@2229 68402e56-0260-453c-a942-63ccdbb3a9ee
* picture, footer and picture modify template migrationrvelices2008-02-2911-659/+533
| | | | git-svn-id: http://piwigo.org/svn/trunk@2227 68402e56-0260-453c-a942-63ccdbb3a9ee
* 0000809: Use more php classes implementationrub2008-02-289-198/+208
| | | | | | | Use class for tabsheet like grum class Change way for tabsheet git-svn-id: http://piwigo.org/svn/trunk@2226 68402e56-0260-453c-a942-63ccdbb3a9ee
* 2 templates migratedrvelices2008-02-283-29/+25
| | | | git-svn-id: http://piwigo.org/svn/trunk@2225 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved issue 0000807: New slideshow featuresrub2008-02-283-9/+10
| | | | | | Fix bad <link rel="up"> in the header git-svn-id: http://piwigo.org/svn/trunk@2224 68402e56-0260-453c-a942-63ccdbb3a9ee
* - migrate many templates to smartyrvelices2008-02-2839-1233/+826
| | | | git-svn-id: http://piwigo.org/svn/trunk@2223 68402e56-0260-453c-a942-63ccdbb3a9ee
* Add comment tags in order to know tpl to migraterub2008-02-2778-0/+78
| | | | | | | | | | | | | | | | | | | | | # tag for f in `find . -name \*.tpl` do echo $f mv $f $f.tmp echo '<!-- DEV TAG: not smarty migrated -->' > $f cat $f.tmp >> $f rm -f $f.tmp done #find file not migrated for f in `find . -name \*.tpl` do grep -i '<!-- DEV TAG: not smarty migrated -->' $f > /dev/null && echo $f done git-svn-id: http://piwigo.org/svn/trunk@2222 68402e56-0260-453c-a942-63ccdbb3a9ee
* little correctionsrub2008-02-272-3/+4
| | | | | | | Merge branch-1_7 2219:2220 into BSF git-svn-id: http://piwigo.org/svn/trunk@2221 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved issue 0000807: New slideshow featuresrub2008-02-2729-158/+574
| | | | git-svn-id: http://piwigo.org/svn/trunk@2218 68402e56-0260-453c-a942-63ccdbb3a9ee
* - works with PHP5rvelices2008-02-272-8/+8
| | | | git-svn-id: http://piwigo.org/svn/trunk@2217 68402e56-0260-453c-a942-63ccdbb3a9ee
* - first smarty use ... (in admin.php and admin plugins page)rvelices2008-02-2781-121/+11796
| | | | git-svn-id: http://piwigo.org/svn/trunk@2216 68402e56-0260-453c-a942-63ccdbb3a9ee
* - added compatibility function file_put_contentsrvelices2008-02-273-1/+16
| | | | git-svn-id: http://piwigo.org/svn/trunk@2215 68402e56-0260-453c-a942-63ccdbb3a9ee
* update c13yddtddt2008-02-231-8/+8
| | | | git-svn-id: http://piwigo.org/svn/trunk@2214 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved issue 0000712: PWG-ERROR-VERSION on remote synchronizationrub2008-02-163-9/+83
| | | | | | | Merge branch-1_7 2211:2212 into BSF git-svn-id: http://piwigo.org/svn/trunk@2213 68402e56-0260-453c-a942-63ccdbb3a9ee
* enhance keyboard navigation on picture page (first,last,thumbs)rvelices2008-02-151-16/+21
| | | | git-svn-id: http://piwigo.org/svn/trunk@2211 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved issue 0000792: Admin "intro" : Integrity control bypassrub2008-02-131-0/+3
| | | | | | New alignment for "Check all / Uncheck all / Check automatic corrections" links. git-svn-id: http://piwigo.org/svn/trunk@2209 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved issue 0000792: Admin "intro" : Integrity control bypassrub2008-02-1311-102/+366
| | | | | | Some sentences must be re-write ;-) git-svn-id: http://piwigo.org/svn/trunk@2208 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix: non-image elements without representative and without mime type icon ↵rvelices2008-02-131-0/+5
| | | | | | default to thumbnail if possible git-svn-id: http://piwigo.org/svn/trunk@2206 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 803: Implement keyboard navigation (left/right arrows) on the ↵rvelices2008-02-131-0/+24
| | | | | | picture page git-svn-id: http://piwigo.org/svn/trunk@2205 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge 2203 from branch-1_7 to trunkrvelices2008-01-311-1/+1
| | | | | | - small correction (the prefetch of nezt image was not correct on non image pages generating 404 errors) git-svn-id: http://piwigo.org/svn/trunk@2204 68402e56-0260-453c-a942-63ccdbb3a9ee
* Replace old use of $lang by l10n function.rub2008-01-3023-181/+181
| | | | git-svn-id: http://piwigo.org/svn/trunk@2201 68402e56-0260-453c-a942-63ccdbb3a9ee
* update release script to avoid the ../ warning in zipmathiasm2008-01-271-5/+8
| | | | | | added md5sum in the script git-svn-id: http://piwigo.org/svn/trunk@2200 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved issue 0000794: Avoid to change create_listing_file.php on each versionrub2008-01-272-6/+29
| | | | | | | | Resolved issue 0000795: In create_listing_file.php, it's not safe mode but set_time_limit is disabled Merge branch-1_7 2197:2198 into BSF git-svn-id: http://piwigo.org/svn/trunk@2199 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fixed some inconsistencies in folder managementmathiasm2008-01-241-4/+12
| | | | git-svn-id: http://piwigo.org/svn/trunk@2197 68402e56-0260-453c-a942-63ccdbb3a9ee
* Translation in English, spanish and correction of tag </ul>ddtddt2008-01-223-44/+90
| | | | | | | Thank you with Bertrand Dubouclez for Translation in English Thank you with Cindy Maire d Eglise for Translation in spanish git-svn-id: http://piwigo.org/svn/trunk@2192 68402e56-0260-453c-a942-63ccdbb3a9ee
* Place for create empty local files in install.phppatdenice2008-01-201-3/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@2189 68402e56-0260-453c-a942-63ccdbb3a9ee
* code's cleaning thank you rubddtddt2008-01-203-10/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@2187 68402e56-0260-453c-a942-63ccdbb3a9ee
* Correction of the bug 779.ddtddt2008-01-203-0/+112
| | | | | | | File history.hrml in French git-svn-id: http://piwigo.org/svn/trunk@2184 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved issue 0000791: recent icon is wrong with winter timerub2008-01-141-23/+7
| | | | | | | Merge branch-1_7 2180:2181 into BSF git-svn-id: http://piwigo.org/svn/trunk@2182 68402e56-0260-453c-a942-63ccdbb3a9ee
* comit for the bug 783ddtddt2007-12-121-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@2180 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved issue 0000784: Mail notification disabled on register userrub2007-12-114-42/+44
| | | | | | Merge branch-1_7 2176:2177 into BSF git-svn-id: http://piwigo.org/svn/trunk@2178 68402e56-0260-453c-a942-63ccdbb3a9ee
* New: procedure and release creation script added.plegall2007-11-292-0/+100
| | | | git-svn-id: http://piwigo.org/svn/trunk@2176 68402e56-0260-453c-a942-63ccdbb3a9ee
* Merge from branch-1_7: 2174patdenice2007-11-293-4/+7
| | | | | | | Add second parameter for render_category_description to differentiate both triggers in category_cats.inc.php and section_init.inc.php. Add render_page_banner trigger. git-svn-id: http://piwigo.org/svn/trunk@2175 68402e56-0260-453c-a942-63ccdbb3a9ee
* French translation correctionrub2007-11-281-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@2172 68402e56-0260-453c-a942-63ccdbb3a9ee
* Add Dutch language from Peter Webmaster terwolde.netrub2007-11-2724-0/+1973
| | | | git-svn-id: http://piwigo.org/svn/trunk@2171 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update of files admin.lang.php and common.lang.phpddtddt2007-11-252-68/+68
| | | | git-svn-id: http://piwigo.org/svn/trunk@2170 68402e56-0260-453c-a942-63ccdbb3a9ee
* New feature: 745: Separate CSS for slideshowvdigital2007-11-222-1/+11
| | | | git-svn-id: http://piwigo.org/svn/trunk@2169 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix problem with UTF8 and mailrub2007-11-221-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@2168 68402e56-0260-453c-a942-63ccdbb3a9ee
* Send comment notification only if comment is not validated and $conf is true.rub2007-11-201-2/+6
| | | | git-svn-id: http://piwigo.org/svn/trunk@2166 68402e56-0260-453c-a942-63ccdbb3a9ee
* Change language_switch index filerub2007-11-203-0/+66
| | | | git-svn-id: http://piwigo.org/svn/trunk@2165 68402e56-0260-453c-a942-63ccdbb3a9ee
* Czech language flagvdigital2007-11-202-5/+9
| | | | | | Corrective: remove unneeded load_language() calls. git-svn-id: http://piwigo.org/svn/trunk@2164 68402e56-0260-453c-a942-63ccdbb3a9ee
* Add is_generic functionvdigital2007-11-191-6/+7
| | | | git-svn-id: http://piwigo.org/svn/trunk@2163 68402e56-0260-453c-a942-63ccdbb3a9ee
* Minor code reviewvdigital2007-11-192-64/+49
| | | | git-svn-id: http://piwigo.org/svn/trunk@2162 68402e56-0260-453c-a942-63ccdbb3a9ee
* New: Language Switch plugin supportvdigital2007-11-1813-0/+150
| | | | git-svn-id: http://piwigo.org/svn/trunk@2161 68402e56-0260-453c-a942-63ccdbb3a9ee