1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

53 Commits

Author SHA1 Message Date
Cameron
025ff07aab Fixes #4737 Removal of type="text/javascript" and type="text/css" 2022-03-31 08:24:34 -07:00
Cameron
0d8f3e9086 PHPDoc fixes and code optimization. 2021-12-03 14:58:33 -08:00
Cameron
e45a3a7b55 Admin template upgraded to v2 standards. Admin boot, header, footer cleanup. 2021-01-27 12:20:58 -08:00
Cameron
4c32e60bad Use e107::getFolder() for $ADMIN_DIRECTORY. 2021-01-16 16:13:48 -08:00
Cameron
8db0278a9f Clean shutdown flag now using $GLOBAL 2021-01-16 15:42:23 -08:00
Cameron
25e5978ae8 CLI mode debug class clean exit fix. 2021-01-16 14:49:56 -08:00
Cameron
04bbad449a Test admin scripts are parsing correctly. 2021-01-16 13:32:35 -08:00
Cameron
84a3e45e48 Moved old functions out of class2.php. 2020-12-25 14:57:53 -08:00
Cameron
4713f572d0 Remove old css classes from debug info. 2020-12-19 10:50:08 -08:00
Nick Liu
c901832c6e
Fixes #1836 - Apply fix for #1446 to admin area
This is the same bugfix as the one for #1446. It needs to be duplicated
for the admin area.

See stack trace analysis of the bug here:
https://github.com/e107inc/e107/issues/1836#issuecomment-633858469
2020-05-26 02:43:49 -05:00
Cameron
326305f5f2 Removed old deprecated global $e107_debug. Cleaned up debug_handler.php (e107_debug class) 2020-04-26 13:32:18 -07:00
Cameron
dc53fb37a1 header/footer code cleanup 2019-06-17 09:23:21 -07:00
Cameron
ac4b505ceb Issue #3104 Library CSS fix for late calls. (eg. bootstrap-switch ) 2018-05-12 11:46:28 -07:00
Cameron
7223abe458 Fixes #1766 user password - getModel() issue. 2016-07-07 08:49:22 -07:00
Cameron
6616b52ae9 Admin login page styling fix. 2016-03-22 06:11:37 -07:00
Cameron
220d258915 Issue #1430 Fixed gzip encoding issue 2016-03-19 17:14:22 -07:00
Cameron
cff27bf17a Issue #1298 Forum Query Fix and general cleanup. News Image Dimensions added where possible. 2016-02-07 22:25:12 -08:00
Lóna Lore
2cd5f1525f Issue #991: Removed all Selectize JS code from PHP. Additional option (settings) for e107::js(). Integrates Selectize.js using e107::js(settings) and JavaScript behaviors with jQuery Once. 2015-12-02 14:23:48 +01:00
Cameron
650041b5aa Admin-UI: Media-Manager layout enhancements. 2015-07-19 17:10:03 -07:00
Cameron
e576370e57 Remove some references to deprecated functions/methods. 2015-02-14 23:34:15 -08:00
Cameron
86c1bd3353 Removed TinyMce from every page load. e_footer.php introduced and e107::wysiwyg() toggle method. 2015-01-29 11:26:56 -08:00
Cameron
9d2f54ebf9 Fixes #365 for now until new method found. 2013-06-20 01:31:03 -07:00
SecretR
c753d7fff6 e107 class destructor - work on Issue #278 Memory leaks 2013-05-27 10:54:51 +03:00
Cameron
3d6e3c5ede Cache experiment - admin area only. 2013-05-05 01:36:48 -07:00
Cameron
a288729f31 Cache testing 2013-03-20 05:55:15 -07:00
Cameron
a2ea0f7a83 Changed Tabs code to bootstrap instead of jquery-ui 2013-02-25 02:47:23 -08:00
Cameron
159fb63bfb Notice removal and forum upgrade fixes. Re-wrote e107_update-page routine. Check for update is now performed inside [plugin]_setup.php 2012-12-08 00:36:34 -08:00
SecretR
6c49eddcba 3rd party legacy code fix attempt 2012-11-28 09:35:06 +02:00
CaMer0n
e9f6febe02 More JS work 2012-05-16 03:10:56 +00:00
secretr
161bbe4785 removed some legacy method calls, e107 class cleanup (in progress). 2012-01-02 13:12:48 +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
ea7434a019 leftover debug 2010-10-04 19:19:00 +00:00
CaMer0n
e3d2be8e8f eTag validation fix and If-None-Match support. 2010-09-05 08:17:27 +00:00
e107steved
dcdddffb20 Fix ETag format 2010-08-25 08:11:27 +00:00
secretr
4fecfffddd svn keywords added (v0.8) 2010-02-10 18:18:01 +00:00
secretr
b56a380e86 JS manager CSS handling done, experimental feature - send CSS to site header from footer (work in progress). Calendar handler modfied to work with all new enhancements. 2010-01-12 07:38:29 +00:00
CaMer0n
1377b23532 Fix copyright info. 2009-11-18 01:06:08 +00:00
marj
91cd854578 some .smalltext removal 2009-10-29 12:39:21 +00:00
secretr
38431a75f8 js manager header/footer render 2009-10-01 15:05:41 +00:00
secretr
a1f98a1477 another global variable killed - get rid of $eTraffic 2009-09-13 10:29:56 +00:00
secretr
3099bf9052 Introducing e_IFRAME mod; NOHEADER changed to e_NOHEADER; overall menu.php url checks cleaned (API, header, footer); menu related code cleanup and fixes, e_parse improvements (more work is needed); smarter getSingleton() and getObject() (in progress) 2009-08-19 14:39:57 +00:00
CaMer0n
f48cdb5e39 some 'new db' removal 2009-07-23 15:21:41 +00:00
CaMer0n
8fa5d97fde Finally the debugger shows only what it's meant to and no longer creates Xhtml errors in some cases. 2009-07-12 02:29:24 +00:00
e107steved
126d96da34 Bugtracker #4375 - notice removal 2008-04-06 21:38:02 +00:00
e107steved
84f8b3de86 Amend LAN definition 2008-01-27 18:34:10 +00:00
e107steved
15b82dd644 Hard-coded LANs in admin footer 2007-08-18 13:47:54 +00:00
e107steved
5854ee6996 Remove BOM from files 2007-06-21 19:40:43 +00:00
mrpete
cf15004ec5 Sync with default_footer.php: cpu time support, proper handling of footer css, themeable
footer hook.
2007-03-04 21:50:28 +00:00
mrpete
ee1c30fdef Support debug of popups; support css for debug output 2007-01-17 13:03:53 +00:00
CaMer0n
bf03a06c36 Bug #2354 - fix for gzip compression issues. 2006-12-09 06:53:06 +00:00