source: trunk/admin/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @4410   14 years nikrou Feature 1255 : - add postgres database engine - change installation …
(edit) @4401   14 years plg merge r4400 from branch 2.0 to trunk bug 1301 fixed: it is now …
(edit) @4385   14 years nikrou Feature_1255 : - single quotes in queries - start using $confdblayer
(edit) @4367   14 years nikrou Feature 1255: modification in sql queries - manage random function …
(edit) @4334   14 years nikrou Feature 1255 : limit params in sql queries were in wrong order (LIMIT …
(edit) @4331   14 years nikrou Feature 1255 : improve sql Replace in queries LIMIT N,M by LIMIT N OFFSET M
(edit) @4325   14 years nikrou Feature 1244 resolved Replace all mysql functions in core code by ones …
(edit) @4304   14 years Eric Escape all login and username characters in database Display correctly …
(edit) @4280   14 years nikrou Feature 928 resolved. Replace include/mysql.inc.php by …
(edit) @4265   14 years nikrou Feature 1241 resolved. replace mysql_fetch_array by mysql_fetch_assoc …
(edit) @4034   15 years patdenice merge r4033 from branch 2.0 to trunk Plugins upgrade now delete …
(edit) @4006   15 years patdenice merge r4005 from branch 2.0 to trunk bug 1187: set_magic_quote_runtime …
(edit) @3823   15 years patdenice merge r3822 from branch 2.0 to trunk Update pclzip to 2.8.1 (PHP 5.3 …
(edit) @3716   15 years patdenice Allow to add description.txt file in language directory for plugin …
(edit) @3657   15 years plg merge r3656 from branch 2.0 to trunk feature 953: avoid fatal error …
(edit) @3621   15 years plg merge r3620 from branch 2.0 to trunk feature 1057 added: let the …
(edit) @3582   15 years patdenice merge r3581 from branch 2.0 to trunk Update pclzip library to 2.8
(edit) @3402   15 years plg merge r3401 from branch 2.0 to trunk feature 1020: simplify the URL …
(edit) @3382   15 years plg merge r3381 from branch 2.0 to trunk feature 1020 added: ability to …
(edit) @3282   15 years plg change: according to topic:15067, svn:keywords property was removed
(edit) @3243   15 years rub Resolved issue 0000974: Adding a link to the gallery in the …
(edit) @3216   15 years nikrou feature_948_accordion feature 948 : fix problem with incorrect submenu …
(edit) @3205   15 years patdenice Update version in plugins table during plugin activation.
(edit) @3197   15 years plg merge r3196 from branch 2.0 to trunk bug 926 fixed: change links to …
(edit) @3185   15 years nikrou fix html warnings. unclosed monotags
(edit) @3145   15 years rvelices Last (I hope) paranoic optims ... - move get_uysername and …
(edit) @3143   15 years patdenice - Show number of downloads in plugins list. - Allow to sort plugins by …
(edit) @3136   15 years rvelices - moved check upgrade feed code to admin/include/functions_upgrade.php …
(edit) @3072   15 years rub Fix bad $lang. Remove not necessary information messages on upgrade.
(edit) @3070   15 years patdenice Send user language when retrieving datas from PEM api.
(edit) @3049   15 years plg Administration: happy new year 2009, all PHP headers updated.
(edit) @2902   15 years patdenice - Add home and identification buttons after installation. - Use …
(edit) @2900   15 years patdenice - Bug fixed: username or password with accented character are now …
(edit) @2892   15 years rub Add argument at trigger_action in invalidate_user_cache function
(edit) @2890   15 years rub Delete caches and optimize tables on upgrade
(edit) @2884   15 years patdenice - Replace some mysql_query by pwg_query function. - Add home button …
(edit) @2882   15 years rub Delete cache data when category is deleted.
(edit) @2880   15 years patdenice - Add fetchRemote function which allow to retrieve datas over HTTP …
(edit) @2838   15 years patdenice - improve 1.3.1 upgrade (automatic write in mysql.inc.php). - …
(edit) @2836   15 years patdenice - Webmaster or administrator can login to run upgrade. - Inserting …
(edit) @2819   15 years patdenice - Add roma theme to upgrade page. - Upgrade translation.
(edit) @2815   15 years patdenice - bugs correction in upgrade_1.7.0.php. - only non-standard plugins …
(edit) @2777   16 years vdigital Merging revisions 2773-2776 - Default template and Piwigo domain ... - …
(edit) @2701   16 years patdenice - If there is not new plugins to check, we don't get any more error …
(edit) @2678   16 years plg feature 884 added: ability to delete photos uploaded via web API …
(edit) @2662   16 years vdigital 1 - selected_admin_menu function is externalized. 2 - Plugin can force …
(edit) @2647   16 years patdenice - Plugins manager now use PEM API. - WARNING! Need to change PEM_URL …
(edit) @2646   16 years plg bug fixed: remove useless mysql_real_escape because web api already …
(edit) @2643   16 years patdenice - Add set_extents function in template class. - 752: add trigger (for …
(edit) @2634   16 years plg feature 874 added: new Web API method pwg.tags.add.
(edit) @2588   16 years patdenice - Move get_extents function to include/functions.inc.php. - Change all …
(edit) @2575   16 years plg bug fixed: now that WebService method pwg.images.add create image …
(edit) @2560   16 years rvelices - fix function get_fulldirs - works correctly eent for wrong params …
(edit) @2551   16 years plg deletion: function export_pwg_data was inadvertently added with r1817
(edit) @2530   16 years vdigital Wigo becomes "goto". Admin tpl files are moved.
(edit) @2521   16 years rvelices - images.file categories.permalink old_permalinks.permalink - become …
(edit) @2516   16 years rvelices remove ws access table/partners functionality
(edit) @2502   16 years rvelices - better management of fatal errors (instead of die or trigger_error …
(edit) @2495   16 years vdigital Bug 847: Instruction page / CSS Text-align: centered ordered lists …
(edit) @2491   16 years rvelices synchro improvements: - able to sync metadata at the same time as the …
(edit) @2488   16 years rvelices - based on test_menu by grum (thanks to you) - integration of dynamic …
(edit) @2478   16 years rvelices - ws can include php file before invoking web call method - remove …
(edit) @2472   16 years vdigital Admin advices can be easily extended to new advices. Admin advices …
(edit) @2350   16 years vdigital Bug: 816 - Leading and trailing spaces are removed from new tags …
(edit) @2343   16 years rub Resolved issue 0000826: Required versions (Php & MySql)
(edit) @2339   16 years rub Change some PhpWebGallery to Piwigo. Not all PhpWebGallery has been …
(edit) @2333   16 years rvelices - remove some unnecessary db columns (#history_summary.id, …
(edit) @2325   16 years rub Resolved issue 0000823: Enhance upload functionalities First commit, …
(edit) @2324   16 years rvelices - move #categories.date_last and nb_images to #user_cache_categories
(edit) @2306   16 years rvelices - merged function ordering() with update_global_rank() and also …
(edit) @2304   16 years rvelices merge -r 2303 from branch-1_7 to trunk - removed some unused code - …
(edit) @2299   16 years plg Bug fixed: as rvelices notified me by email, my header replacement …
(edit) @2297   16 years plg Modification: new header on PHP files, PhpWebGallery renamed Piwigo.
(edit) @2290   16 years rvelices - remove compatibility with old template …
(edit) @2286   16 years rvelices - admin/notification_by_mail goes smarty - THE LAST ONE :-) :-) - get …
(edit) @2285   16 years rvelices - smarty for more mail templates/css
(edit) @2284   16 years rub Resolved issue 0000815: Email format standardization Merge branch-1_7 …
(edit) @2275   16 years rvelices 5 less admin language keys
(edit) @2272   16 years patdenice Corrections in plugins management. Add "Last revisions" sort order.
(edit) @2269   16 years rub Fix some c13y/smarty bugs
(edit) @2264   16 years patdenice Corrections in plugins management.
(edit) @2263   16 years patdenice Use class for plugins management
(edit) @2255   16 years rvelices - plugins.php does only the tabsheet - nothing else - need to review …
(edit) @2245   16 years rvelices - history, stats and redirect go smarty - lang correction - small …
(edit) @2243   16 years patdenice Corections to respect coding conventions. Change plugins versions to …
(edit) @2242   16 years patdenice Enhance plugins administtration
(edit) @2241   16 years rub 0000810: Use of new template engine [smarty] Migration of c13y …
(edit) @2238   16 years rub 0000809: Use more php classes implementation Use class for c13y Fix …
(edit) @2232   16 years rub 0000809: Use more php classes implementation Use class for c13y
(edit) @2226   16 years rub 0000809: Use more php classes implementation Use class for tabsheet …
(edit) @2223   16 years rvelices - migrate many templates to smarty
(edit) @2217   16 years rvelices - works with PHP5
(edit) @2208   16 years rub Resolved issue 0000792: Admin "intro" : Integrity control bypass Some …
(edit) @2157   16 years rub Resolved issue 0000774: Statistics & plugin triggers => multi history …
(edit) @2135   17 years rvelices - fix plugin menu link broken with xamp (realpath behaves differently) …
(edit) @2127   17 years rvelices - PWG_CHARSET, DB_CHARSET and DB_COLLATE... utf-8 ready
(edit) @2104   17 years rub Resolved 0000748: Name configuration of all the tables New method of …
(edit) @2102   17 years patdenice 0000421 : call a function to create empty local files during install …
(edit) @2096   17 years rub Resolved 0000748: Name configuration of all the tables Resolved …
(edit) @2095   17 years rvelices merge -r 2094 from branch-1_7 to trunk - fix: quick search error if …
Note: See TracRevisionLog for help on using the revision log.