secretr
27c15ac2af
admin language related obsolete code, minor language/redirect handlers improvements
2010-11-21 09:08:18 +00:00
secretr
fb306cf5f7
admin language menu minor improvements
2010-11-21 08:32:51 +00:00
secretr
b8e6006bf9
featurebox - more flexibility (to be used from external code mostly)
2010-11-20 15:43:02 +00:00
secretr
ae3890da18
model - better parameter handling
2010-11-20 15:39:21 +00:00
secretr
1c9863fcf5
proper logout redirect link
2010-11-16 13:44:55 +00:00
secretr
81212c5b4e
Admin UI - 'group by' statement auto-added now
2010-11-16 10:13:44 +00:00
e107steved
adf5a7aba5
Doc - Update subpackage to be consistent
2010-11-15 21:45:02 +00:00
secretr
ecfebe6284
cron administration clean up
2010-11-15 16:32:33 +00:00
secretr
aa0d2e8da4
re-enable e_parse html wrap method, UI wrap option for text fields added
2010-11-15 09:03:54 +00:00
secretr
9a022dc873
UI sql builder - allow listOrder override
2010-11-15 09:02:16 +00:00
secretr
c8559537ef
model issue - db_Insert doesn't have to check for model data modifications
2010-11-15 09:00:17 +00:00
secretr
31ce1c88d0
Mailer on-the-fly debug settings
2010-11-15 08:58:55 +00:00
e107steved
525b1c7648
Bugtracker #5123 - duplicated message
2010-11-09 20:54:09 +00:00
secretr
86b516e14a
autoload will respect main plugin class now (e.g. plugin_myplug class located in /myplug/myplug.php)
2010-11-08 09:22:03 +00:00
secretr
808283fc11
Admin UI improvements and fixes; introducing 'lanlist' field type; 'multiple' dropdown option possible now but incomplete (batch, filter related work required)
2010-11-08 09:20:12 +00:00
secretr
640aa6b4a3
Lan import cache - should speed it up
2010-11-08 09:17:31 +00:00
secretr
87a22dbdb4
Admin UI improvements; cleanup started; missing LANs added; new features - UI deleteConfirmScreen variable, Delete confirmation screen added to UI page methods, various minor bugfixes and other improvements
2010-11-04 23:27:47 +00:00
e107steved
ead6c518b1
Missing exit()
2010-11-03 22:29:28 +00:00
secretr
fd4cefd991
e107_system - deny from all (.htaccess protection)
2010-11-03 13:37:13 +00:00
e107steved
270db49581
Improved poll result display for near-unanimous votes
2010-11-02 21:58:19 +00:00
secretr
5324e982ea
Admin UI user preferences handling synchronized with latest changes
2010-11-02 11:41:38 +00:00
secretr
cf11ca5ebc
Model and collection cache handling improvements
2010-11-02 10:31:05 +00:00
e107steved
5b9016c69f
Notice removal
2010-11-01 22:10:42 +00:00
secretr
9f298c46d1
Simplify import language definitions syntax for both core and 3rd party language files - introducing e107::coreLan() and e107::plugLan() (see new methods documentation)
2010-10-31 14:50:40 +00:00
e107steved
5086e4709d
Filter additional tag
2010-10-30 20:54:48 +00:00
secretr
d9527349ad
Admin UI minor improvements; cleanup - warnings removal; various minor bugfixes
2010-10-30 15:34:48 +00:00
nlstart
63f83d6f38
Bugtracker #5114 : style display:compact changed into display:block for W3C compliancy
2010-10-30 14:50:30 +00:00
secretr
f6a6befba9
wrong stylesheet path
2010-10-29 14:57:54 +00:00
e107steved
5ecdcd2440
Get rid of deprecated functions
2010-10-28 20:17:40 +00:00
e107steved
fc04350895
Minor inconsistencies in image shortcodes
2010-10-28 19:52:11 +00:00
secretr
104bed623b
no-load option for e107::getConfig(); install routine synchronized against latest changes
2010-10-28 14:05:41 +00:00
secretr
2e918adb76
API should do extra load() call when initializing core system preferences
2010-10-28 13:33:05 +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
a930926479
infopanel fix (empty when no plugins installed)
2010-10-28 11:12:45 +00:00
secretr
c766c5a8f2
PHP 5.3+(and NOT 3+ as stated in the previous commit :) ) overall system compatibility
2010-10-28 10:54:33 +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
7287f055a1
missing core function added to install routine
2010-10-27 11:41:54 +00:00
secretr
df516f91c9
svn Id keyword added
2010-10-27 11:35:37 +00:00
secretr
51d6cb9fac
EONE-134 - typo, thanks Andrew
2010-10-27 11:33:59 +00:00
secretr
cd49c6c850
New sessions related improvements/fixes; extra check in Site preferences area for cookie name - session/cookie regeneration, prevent logout; varoious redirection handler improvements plus new e107 method candidates - get/set/clear Cookies based on site preferences.
2010-10-27 11:31:18 +00:00
secretr
c11685e482
EONE-134 - prevent bad e_module to cause critical damage
2010-10-27 11:26:21 +00:00
secretr
6424eaafdd
notice removal (not sure if casued by obsolete preference - see the commment)
2010-10-27 11:23:54 +00:00
secretr
0431fd5089
retrieve message instance proper
2010-10-27 11:13:44 +00:00
secretr
83d4098f55
php warning removal
2010-10-26 08:25:01 +00:00
secretr
645d2dda6d
Mass changes (work in progress - related beta testing and feedback highly appreciated)
...
- New session handler - appropriate changes made at important core areas (language handler, chap login related)
- Overall better COOKIE handling (on both server and client side) - cookies respect now installation path, domain (based on language settings)
- Introduced Security Levels (see session handler constants/docs), security level option could be added to install routine now
- Security level printed on Administration info panel, appropriate lans added (subject of discussion)
- e_TOKEN security part of session handling now - logic depends depends on security level (TODO - POST_REFERER removal)
- e_print, e_dump debug functions added (for quick and nice debug view via site output), native overall FirePhp support planned
- a lot of minor bugfixes
2010-10-26 07:41:20 +00:00
secretr
6196a3e425
Session handler - initial release
2010-10-26 07:33:28 +00:00
e107steved
812ef3f7a5
EONE-130: Add support for InnoDB tables in installer
2010-10-23 16:40:42 +00:00
e107steved
a163c00172
EONE-130: some DB setups don't support InnoDB
2010-10-23 15:57:29 +00:00
e107steved
1ce87f76b0
Modify handling of reverse proxies
2010-10-21 18:03:23 +00:00
e107steved
97eecaad36
EONE-51: Migrate saved emails to 0.8 DB table
2010-10-21 17:42:03 +00:00