1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-09 20:18:08 +02:00
Commit Graph

93 Commits

Author SHA1 Message Date
secretr
8f7fe64b7a use built-in escape method 2012-03-07 09:17:32 +00:00
secretr
3bc59210af Various system fixes, improvements and code flexibility (base models, user model, sql handler, user signup/handling) 2012-02-07 16:37:44 +00:00
e107steved
8962c13f50 Update function calls where moved from e107_class.php to iphandler_class.php 2012-01-02 22:06:22 +00:00
e107steved
efc558af51 Notice removal 2011-12-27 12:00:55 +00:00
secretr
f7532e6351 Minor fixes and improvements 2011-11-25 17:36:40 +00:00
CaMer0n
7a9ae43aad Batch-Copy added to admin-ui. Adding missing core shortcodes. Media-Category NewsThumbs added (legacy support) 2011-07-25 02:41:49 +00:00
secretr
a58f52caa6 direct singleton call 2011-06-22 09:01:02 +00:00
secretr
820da43f63 multi-language problems 2011-05-01 16:35:57 +00:00
secretr
2945d24e0c fixed float numbers troubles (caused by system localization) 2011-01-04 12:10:47 +00:00
secretr
d9527349ad Admin UI minor improvements; cleanup - warnings removal; various minor bugfixes 2010-10-30 15:34:48 +00:00
secretr
8250a97489 extremely bad dead loop fixed (see file comments); introducing new getConfig() method 2010-10-28 13:31:54 +00:00
secretr
0cc022ac4c DB Multi-language issue - default English language requirement dropped; PHP 3+ compatibility fix 2010-10-28 10:43:35 +00:00
secretr
58d06df6fd EONE-62 (New Feature): user e_model solution draft (work in progress);
e_model/tree improvements (automated system cache support, various useful new methods, minor fixes);
mysql handler details
2010-04-28 15:44:46 +00:00
secretr
cd19b9c14e mysql handler - cache path related changes 2010-03-03 17:28:26 +00:00
secretr
994ddd0c30 Installation notices fix 2010-02-19 09:27:43 +00:00
secretr
4fecfffddd svn keywords added (v0.8) 2010-02-10 18:18:01 +00:00
secretr
0d90b2e792 db_Replace - proper return result 2010-02-08 09:12:07 +00:00
e107steved
ab105fceeb Modify error handling in db_Select_gen() 2010-01-10 13:48:42 +00:00
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
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
e107steved
020290cce8 Logic for automatic generation of field processing definitions, with overrides 2009-12-25 10:25:12 +00:00
e107steved
2f3e27a8eb DB Handler update triggered by bug in PHP 5.3.0 2009-12-15 22:34:04 +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
secretr
8d32164211 Fixed installation issues 2009-12-02 16:51:04 +00:00
e107steved
c88a7fd6ed Another batch of fixes and tweaks; mostly mailout-related 2009-12-01 20:05:54 +00:00
secretr
d61aced8d4 various handler fixes and improvements 2009-11-26 17:14:07 +00:00
CaMer0n
f78445421c Fixes - sitelinks, mysql, custompages 2009-11-26 09:02:46 +00:00
CaMer0n
2e635fd3b4 Various fixes. deprecated e_linkgen in favour of e_sitelink. Easy and dynamic creation of links. Some common functions added to make loading of e_xxx config() functions easier. 2009-11-20 05:01:51 +00:00
CaMer0n
1377b23532 Fix copyright info. 2009-11-18 01:06:08 +00:00
CaMer0n
16335c74d0 Quick query fix and some debug info added. 2009-11-09 03:03:41 +00:00
CaMer0n
852204503c Notice removal 2009-11-08 12:08:35 +00:00
e107steved
d0111eec57 Option to handle 'text NOT NULL' fields 2009-10-29 21:28:09 +00:00
CaMer0n
b923520bbf Fix for multiple 0.7 -> 0.8 upgrade issues. 2009-10-22 13:00:37 +00:00
secretr
6fc92b5573 more model related problems 2009-10-21 09:12:12 +00:00
secretr
ec93404015 Introducing e_model_admin handler: automated tasks as validate, sql queries, handle posted data, more to come (work in progress); Various imporvements/fixes (core handlers) 2009-10-20 16:05:03 +00:00
e107steved
52789941c7 Notice removal 2009-10-03 14:54:46 +00:00
CaMer0n
4b2880f36f Notice Removal 2009-09-21 22:50:07 +00:00
CaMer0n
82b6533277 Notice removal and removing banner table from the core_sql 2009-09-17 14:25:11 +00:00
CaMer0n
db3a16fdc6 Install fixes and notice removal 2009-09-17 00:13:40 +00:00
secretr
a1f98a1477 another global variable killed - get rid of $eTraffic 2009-09-13 10:29:56 +00:00
secretr
75294085a0 mysql handler: _FIELD_TYPES aliases, new type 'null' added 2009-09-10 19:13:39 +00:00
CaMer0n
83a50ef2d3 db_Query needs to be public for now. menu_class and plugin manager now use loadLanFiles() 2009-09-10 15:24:57 +00:00
secretr
276d4f7a47 db class renamed to e_db_mysql, prepare for different SQL layers; started phpDoc cleanup 2009-09-10 12:06:39 +00:00
CaMer0n
c0041d69d0 Syntax and Notice fixes. 2009-09-06 20:04:04 +00:00
CaMer0n
2cdae5662c install packaging now working 2009-09-05 23:02:23 +00:00
CaMer0n
e2aa59c25e moved some mysql functions from admin/language.php to mysql_class.php. Optimized some multi-language functions in mysql_class.php 2009-09-05 18:58:56 +00:00
CaMer0n
f4213f077c No more MySQL errors when using db_Table_exists(). Install now saving preferences in a better way. 2009-09-05 12:48:28 +00:00
CaMer0n
3e5d46663e Some work on unattended install.. not fully working yet. 2009-09-04 01:17:22 +00:00