1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-06 23:39:11 +01:00

996 Commits

Author SHA1 Message Date
e107steved
4df6feecae Get rid of direct mysql calls 2010-01-07 21:05:24 +00:00
e107steved
4dd5c2c284 'Quick fix' caused recurrence of problem which was sorted some time ago - restructured to avoid a subtle problem that could occur with '# in table names not being decoded 2010-01-05 22:00:41 +00:00
e107steved
bee4d07b82 Hopefully fix image path problem properly! 2010-01-05 20:14:11 +00:00
e107steved
74f2c27c18 Notice removal, small bug fixes 2010-01-04 21:35:38 +00:00
CaMer0n
ab856f4f7d Quick fix for image-path issue 2010-01-04 10:18:02 +00:00
CaMer0n
553fa3e38d Added debug info and FIXME comment 2010-01-04 10:14:48 +00:00
e107steved
9ab38eed44 Don't need separate query for FOUND_ROWS() any more 2010-01-03 22:01:59 +00:00
e107steved
00d0dd9ada Notice removal 2010-01-03 12:14:06 +00:00
e107steved
42d5414477 Notice removal 2010-01-02 21:43:51 +00:00
e107steved
38aa26891d Bugtracker #4669 - apostrophe in Site Name 2010-01-02 21:42:51 +00:00
e107steved
d6358a2a6a more notice removal 2009-12-28 22:16:54 +00:00
e107steved
3dc8ec26eb All $menu_prefs now use non-serialised access, latest pref handler 2009-12-28 21:36:13 +00:00
e107steved
61e9b3dcf3 Save 'most online' counts in separate pref, use array-based $menu_pref and new prefs handler, global elimination, odd fixes 2009-12-28 17:53:11 +00:00
CaMer0n
e7ca72a139 support added for deleteClass parm. 2009-12-28 01:02:26 +00:00
CaMer0n
6c9038af0f admin_ui now takes into account the perm of the adminMenu before rendering. 2009-12-28 00:29:39 +00:00
CaMer0n
b3dc19d4e0 Fixed e_ROOT path issue on Linux. Also $_E107['debug'] was not working in e107_include() etc. 2009-12-27 13:56:15 +00:00
CaMer0n
d450b9dd7d Path fixes - e_LOG 2009-12-27 11:25:19 +00:00
CaMer0n
e07843c238 Some basic queries were failing during cron mode due to failure of the 'menu' query. Also added getLastQuery() function for easier debugging. 2009-12-27 10:52:22 +00:00
e107steved
aa3e4bd7b1 Remove debug code 2009-12-26 23:20:21 +00:00
CaMer0n
4f86a090dc Notice removal and small gui fixes 2009-12-25 23:32:18 +00:00
e107steved
020290cce8 Logic for automatic generation of field processing definitions, with overrides 2009-12-25 10:25:12 +00:00
CaMer0n
da453c45ae textarea truncate/expand now continues rather than duplicate the text. 2009-12-25 02:06:31 +00:00
CaMer0n
46b36b6d55 datestamp auto value fix 2009-12-24 23:02:17 +00:00
CaMer0n
8b55fb138b datestamp wasn't being converted correctly by admin_ui. Temporary fix. Auto-datestamp now only active when no value is present. 2009-12-24 22:36:34 +00:00
CaMer0n
1e15f1c92b agent added to online table for easier detection of bots 2009-12-24 10:00:30 +00:00
CaMer0n
2ae50931ea System Crons were failing. Working again. 2009-12-24 09:59:21 +00:00
secretr
ddb01846f6 admin UI / model improvements and bugfixes 2009-12-23 15:12:13 +00:00
CaMer0n
536f46e880 Site logo can now be managed though prefs and media-manager. 2009-12-23 10:04:39 +00:00
e107steved
1234bf86bb Bugtracker #4734 - get rid of deprecated <center> 2009-12-21 22:31:04 +00:00
CaMer0n
03b3f90692 Support for email addresses added to admin-ui 2009-12-20 23:46:51 +00:00
e107steved
45fef35aea Tidy up front page admin; kill some notices and globals 2009-12-19 17:54:00 +00:00
e107steved
eee9a2dbf0 Bugtracker #4872 - allow XMP headers in uploads 2009-12-18 21:35:15 +00:00
e107steved
716ddc3c58 Latest batch of global bashing and notice removal, remove unneeded files 2009-12-18 20:49:56 +00:00
e107steved
17b98ac017 Another attack on globals and notices 2009-12-17 22:47:20 +00:00
e107steved
ef829abe76 Minor doc corrections 2009-12-16 22:26:27 +00:00
e107steved
2f3e27a8eb DB Handler update triggered by bug in PHP 5.3.0 2009-12-15 22:34:04 +00:00
CaMer0n
78610f02b0 Fixed path inconsistencies and removed some path globals. Also some notice removal in update routine for core-media. 2009-12-15 11:05:17 +00:00
e107steved
08aaa0b0fc Fix documentation errors 2009-12-13 21:52:32 +00:00
e107steved
f165b74f37 Add some potentially useful path constants 2009-12-13 19:51:36 +00:00
secretr
ddba35bc51 featurebox bugfixes 2009-12-13 10:28:15 +00:00
secretr
84c75d3c5b admin UI - better 'layout' type interface; old featurebox 'method' disabled, shortcode handler reset scClass object method added (start of 'functions to methods' task) 2009-12-12 16:40:41 +00:00
CaMer0n
4b2b29ef01 media path fix 2009-12-12 11:01:04 +00:00
e107steved
38c8bdf207 Fix insertion of new sitelinks 2009-12-11 21:17:09 +00:00
CaMer0n
513714d232 Quick media-manager fix. 2009-12-11 00:51:19 +00:00
CaMer0n
32657ae450 Quick media-manager fix. 2009-12-11 00:36:30 +00:00
secretr
abc0d5a7c6 featurebox front-end - dynamic (AJAX) loading added, the rest is only theme styling; working examples in jayya and _blank (better one) 2009-12-10 22:46:46 +00:00
bugrain
9328324388 Allow plugins to change admin category 2009-12-09 22:38:18 +00:00
e107steved
2ab1a3c5ee Fixes for old-style plugins 2009-12-09 20:35:58 +00:00
secretr
c344133a74 featurebox front-end - done, dynamic part and cleanup in progress 2009-12-09 18:33:43 +00:00
secretr
11d37fdc76 featurebox front-end - work in progress 2009-12-08 17:21:36 +00:00