aboutsummaryrefslogtreecommitdiffstats
path: root/include (unfollow)
Commit message (Expand)AuthorFilesLines
2008-11-22- Bug fixed: username or password with accented character are now accepted fo...patdenice1-12/+1
2008-11-19- Replace some mysql_query by pwg_query function.patdenice2-1/+2
2008-11-10Add a new config value 'show_php_error' to allow debugging of RC to be easier.grum2-0/+12
2008-11-09Resolved issue 0000900: format_date function doesn't work when time is omi...rub2-2/+10
2008-11-09merge -c2850 from branch 2.0 to trunkgrum1-2/+2
2008-11-08merge -c2848 from branch 2.0 to trunkplegall1-1/+1
2008-11-07merge -c2840 from branch 2.0 to trunkvdigital1-0/+17
2008-11-04merge -c2823 from branch 2.0 to trunkrvelices3-30/+5
2008-10-27use of a boolean value for the "qsearch" $block->data variablegrum1-1/+1
2008-10-26menu item "quicksearch" will be displayed only if a $block->data is set (likegrum1-0/+4
2008-10-24Merging revision 2802vdigital1-1/+1
2008-10-22merge r2789 from branch 2.0:rvelices3-16/+24
2008-10-20merge -c2785 from branch 2.0 to trunkplegall1-6/+57
2008-10-19Merging revisions 2773-2776vdigital1-2/+2
2008-10-18merge rev 2771,2772 from branch 2.0rvelices3-31/+25
2008-10-18- merge rev 2765,2769 from branch 2.0rvelices3-58/+18
2008-10-16merge 2755 and 2756 from branch 2.0 to trunkrvelices4-26/+38
2008-10-15- change mysql_escape_string function (deprecated) by mysql_real_escape_string.patdenice1-2/+2
2008-10-15- Install process now looks like goto/roma.patdenice1-1/+2
2008-10-12version management: trunk codename changes to Colibri, see topic:13884.plegall1-1/+1
2008-10-11- Remove known_template function.patdenice1-34/+12
2008-10-11- Add known_template function (maybe we can change function name).patdenice1-0/+29
2008-10-10- replace a preg_match with simple comparison (faster)rvelices2-10/+3
2008-10-09- removed unused var from templatervelices1-5/+2
2008-10-07feature 889 added: pwg.images.exist check the existence of a photo in theplegall1-0/+39
2008-10-05bug 888 fixed: pwg.images.add updates the associated categories so that aplegall1-1/+3
2008-10-05feature 885 added: pwg.images.add web API method now supports additionalplegall1-4/+41
2008-10-04Use directly $lang_info on tpl files.rub2-4/+0
2008-10-03- Plugins manager now use PEM API.patdenice1-1/+1
2008-10-03bug 880 fixed: pwg.categories.add invalidate the user cache so that the newplegall1-0/+2
2008-10-03- Add set_extents function in template class.patdenice1-16/+61
2008-10-02- the optim option conf['compiled_template_cache_language'] works betterrvelices1-0/+3
2008-10-01feature 874 added: new Web API method pwg.tags.add.plegall1-0/+19
2008-10-01Purpose of datepicker with jQuery.rub1-1/+3
2008-09-30Fix bad content of NBM mail.rub1-3/+2
2008-09-30- {known_script} and {html_head} work from {include file...}rvelices1-8/+1
2008-09-28Bug 871: guest is not saved in history tablepatdenice1-9/+5
2008-09-26- the author in RSS feed can be configured in config_default.inc.phprvelices1-0/+3
2008-09-25feature 868 added: pwg.images.add checks if the same file has not alreadplegall1-0/+13
2008-09-25- sql optim: do not include category_cats (which makes a query) if current ca...rvelices1-0/+2
2008-09-25- some checks for admins that are advisers (no write access)rvelices2-12/+12
2008-09-24new: WebService method pwg.tags.getAdminList was added. The difference withplegall1-0/+27
2008-09-24new: WebService method pwg.categories.add so that pLoader can create aplegall1-0/+22
2008-09-24Remove not used upload.class.phprub1-41/+0
2008-09-23- removed #debug css rule (why would we need that in default-layout?)rvelices4-14/+7
2008-09-22improvement: WebService method pwg.images.add can set fill #images tableplegall1-19/+104
2008-09-21new: webservice method pwg.categories.getAdminList was added so that pLoaderplegall1-0/+56
2008-09-19improvement: instead of sending the images_max_rank of each category inplegall1-21/+19
2008-09-17improvement: webservice methode pwg.categories.getList returns theplegall1-4/+34
2008-09-17bug 861 fixed: only $conf['check_upgrade_feed'] is required to check forplegall1-3/+1