| Commit message (Expand) | Author | Files | Lines |
2014-01-05 | Update headers to 2014. Happy new year!! | mistic100 | 1 | -1/+1 |
2013-10-19 | remove all array_push (50% slower than []) + some changes missing for feature... | mistic100 | 1 | -28/+13 |
2013-01-01 | update Piwigo headers to 2013 (the end of the world didn't occur as expected... | plegall | 1 | -1/+1 |
2012-01-17 | update Piwigo headers to 2012, last change before the expected (or not) apoca... | mistic100 | 1 | -1/+1 |
2011-01-18 | Happy new year 2011 | plegall | 1 | -2/+2 |
2010-06-22 | Bug 1738 fixed : hour function doesn't exists for database other than mysql. | nikrou | 1 | -1/+1 |
2010-06-04 | Fix bug 1717 : SQLite: access failure on Admin > Tools > History | nikrou | 1 | -2/+5 |
2010-04-18 | Bug 1617 fixed : help page is displayed in current theme in public or admin p... | nikrou | 1 | -1/+1 |
2010-03-19 | increase copyright year to 2010 | plegall | 1 | -1/+1 |
2009-11-20 | Feature 1244 resolved | nikrou | 1 | -3/+3 |
2009-11-15 | Feature 1241 resolved. replace mysql_fetch_array by mysql_fetch_assoc for sma... | nikrou | 1 | -2/+2 |
2009-01-04 | Administration: happy new year 2009, all PHP headers updated. | plegall | 1 | -1/+1 |
2008-09-14 | Wigo becomes "goto". | vdigital | 1 | -1/+1 |
2008-05-06 | - remove some unnecessary db columns (#history_summary.id, #history.year, mon... | rvelices | 1 | -63/+54 |
2008-04-05 | Bug fixed: as rvelices notified me by email, my header replacement script was | plegall | 1 | -24/+0 |
2008-04-04 | Modification: new header on PHP files, PhpWebGallery renamed Piwigo. | plegall | 1 | -0/+21 |
2008-03-03 | - history, stats and redirect go smarty | rvelices | 1 | -9/+9 |
2008-01-20 | code's cleaning thank you rub | ddtddt | 1 | -8/+2 |
2008-01-20 | Correction of the bug 779. | ddtddt | 1 | -0/+10 |
2007-09-28 | - remove unused css for IE7 | rvelices | 1 | -17/+15 |
2007-03-08 | Add tabsheet on administration pages. | rub | 1 | -1/+5 |
2007-02-06 | history: removed some php warnings and reduced some annoying language warnings | rvelices | 1 | -4/+4 |
2007-01-18 | Bug fixed: infinite loop in history statistics summary when no data to | plegall | 1 | -60/+63 |
2007-01-17 | Modification: the history summary graph does not use a true image anymore, | plegall | 1 | -45/+73 |
2007-01-16 | Modification: new data model for history, more compact, more efficient. A | plegall | 1 | -234/+405 |
2006-06-16 | bug 423 fixed: & non encoded in image url | nikrou | 1 | -2/+2 |
2006-03-16 | bug fixed: create_navigation_bar take into account clean URL if requested. | plegall | 1 | -2/+1 |
2006-03-09 | Step 2 improvement issue 0000301: | rub | 1 | -1/+7 |
2006-02-13 | merge -r1036:1037 from branches/branch-1_5 into trunk (bug 276 fixed) | plegall | 1 | -1/+1 |
2006-01-15 | Improve security of sessions: | nikrou | 1 | -5/+5 |
2005-10-30 | 2005-10-30 volcom | volcom | 1 | -1/+1 |
2005-10-22 | - bug fixed: link on a single day in Administration>General>History was | plegall | 1 | -3/+17 |
2005-10-19 | - warning fixed: $_GET['year'] and $_GET['month'] are not always defined to | plegall | 1 | -7/+19 |
2005-10-17 | * new: history details by month,day | volcom | 1 | -1/+135 |
2005-09-25 | - bug 163 fixed: link error when cookies disabled in admin/stats | plegall | 1 | -2/+10 |
2005-09-18 | - bug 107 fixed: crash when logging visit on a category containing "'" | plegall | 1 | -5/+6 |
2005-04-26 | - DATE() is available only since MySQL 4.1.1, replaced by DAYOFMONTH() | plegall | 1 | -1/+1 |
2005-04-25 | - L�g�re modification pour permettre une installation m�me si le fichie... | gweltas | 1 | -15/+49 |
2005-02-01 | - purge of obsolete lines | plegall | 1 | -59/+0 |
2005-01-07 | all headers adapted to new year 2005, happy new year | plegall | 1 | -1/+1 |
2004-11-06 | update headers to comply with GPL | z0rglub | 1 | -4/+4 |
2004-11-04 | in queries table names use the constant and not hard coded table name | z0rglub | 1 | -15/+21 |
2004-10-30 | - function mysql_query replaced by pwg_query : the same with debugging | z0rglub | 1 | -4/+4 |
2004-10-11 | -Stat template | gweltas | 1 | -46/+58 |
2004-10-01 | - Change of the picture page behavior to be able to open the full size image ... | gweltas | 1 | -2/+2 |
2004-09-26 | -First draft of history display | gweltas | 1 | -52/+6 |
2004-09-19 | - dispatch of configuration | gweltas | 1 | -52/+52 |
2004-02-11 | header global refactoring | z0rglub | 1 | -18/+26 |
2004-02-02 | Merge of the 1.3.1 release | gweltas | 1 | -8/+18 |
2003-11-03 | define( CONSTANT, 'value' ) becomes define( "CONSTANT", 'value') | z0rglub | 1 | -2/+2 |