1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-19 05:28:10 +01:00

521 Commits

Author SHA1 Message Date
CaMer0n
eeb2023fbe Fix for admin->links reorder. 2012-05-23 09:05:58 +00:00
CaMer0n
37687fd212 drag and drop ordering of items. 2012-05-23 08:29:57 +00:00
CaMer0n
629f7db1ab More fixes and Media Manager work - esp. file upload. 2012-05-22 13:32:49 +00:00
CaMer0n
d9d46bfc32 admin -> prefs js navigation 2012-05-17 18:41:25 +00:00
CaMer0n
ac6084dea9 dialog styling fixes 2012-05-17 17:47:14 +00:00
CaMer0n
6b6701f900 Submit-news working again. Admin Newspost re-work (needs testing), additional JS for dialogs etc. 2012-05-17 09:19:44 +00:00
CaMer0n
f8b32d89ce Javascript work, HTML cleanup, iconpicker through media-manager. 2012-05-17 05:09:59 +00:00
CaMer0n
70d45da18c JS check-all, confirm-delete etc. 2012-05-16 20:19:16 +00:00
CaMer0n
682737270e Minor fixes 2012-05-16 07:52:39 +00:00
CaMer0n
94c757d882 More JS work. 2012-05-16 07:03:25 +00:00
CaMer0n
9f1a322c98 JS work and HTML cleanup 2012-05-16 06:05:39 +00:00
CaMer0n
e9f6febe02 More JS work 2012-05-16 03:10:56 +00:00
CaMer0n
7f25438201 JS framework on-demand (working in admin-area right now) 2012-05-15 09:55:27 +00:00
secretr
f004297468 - various missing js settings added
- overall javascript management routine cleanup (need testing, mainly after clean install)
2012-05-14 11:07:04 +00:00
CaMer0n
e7968c1cf8 Html Cleanup 2012-05-13 05:26:11 +00:00
CaMer0n
64571fb92e Meta work - done. 2012-05-11 10:30:30 +00:00
CaMer0n
b7d3bf7660 More Meta-work 2012-05-11 10:17:20 +00:00
CaMer0n
6ca55ce728 Meta-data clean-up and enhancements. 2012-05-11 03:52:57 +00:00
secretr
3f3cdbfcd6 some fixes related with the previous removal of js block from e_css 2012-02-16 14:18:17 +00:00
secretr
078a655523 Pre and post sting option for CSS includes (js manager), js block removed from e_css 2012-02-13 16:32:30 +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
secretr
161bbe4785 removed some legacy method calls, e107 class cleanup (in progress). 2012-01-02 13:12:48 +00:00
e107steved
7eb71fe400 Remove more XUP-related items 2011-12-27 22:54:34 +00:00
secretr
d5dc6bfe05 - Custom Pages: new fields for SEF string and meta data, admin validation and data control, front-end SEO (meta data), additional 'safe' URL config (for migrated installs); some new useful helper methods;
- More typography and layout control: new class based paragraph, heading, nobr, br and block bbcodes (awaiting new icons) 
- Overall improvements and stability fixes
2011-12-09 02:08:04 +00:00
secretr
97b577db43 - Custom Pages front-end almost completely rewritten, backend fixes, SEF URL support, introducing page batch shortcodes and templates (available per page), compatibility stylesheet added (core css and jayya theme), tagwords plugin links proper to new pages URLs;
- Large number of system stability fixes and obsolete code replacement
2011-12-07 21:07:21 +00:00
secretr
5343109394 Moving to e_REQUEST_* instead e_QUERY/e_SELF usage; set system browser cache to false by default; user logout event triggered a bit earlier 2011-12-06 08:00:42 +00:00
secretr
192a6a77e3 Initial HTML5 support 2011-09-14 11:36:23 +00:00
secretr
3f4dd7a25c Obsolete template parsing method removed, FPW template improvements 2011-07-22 12:33:55 +00:00
CaMer0n
98af91027f General cleanup 2011-06-08 03:18:50 +00:00
CaMer0n
0c3c292a1c Cron data moved to SQL table. 2011-05-06 07:00:21 +00:00
CaMer0n
4113e8801d bbcode for adding local images now retrieving images from media-manager. 2011-05-05 11:30:00 +00:00
CaMer0n
b495e8edfa Mail template work. Quick-Add-User now has it's own template also. 2011-05-04 09:22:09 +00:00
CaMer0n
197174b2e0 More usersettings template options. 2011-05-03 22:39:51 +00:00
CaMer0n
f4943b4f73 siteinfo shortcode to match 0.7. fpw_template only asks for email when it is used as the login. 2011-05-01 08:55:15 +00:00
secretr
e6c3c163a2 Userpost page rewrite, new template engine and template override location 2011-04-26 13:45:10 +00:00
secretr
56c343f035 detail related to the previous commit 2011-01-15 21:02:43 +00:00
secretr
e45fb13eac more browser cache control issues (more fixes coming soon) 2011-01-15 20:51:35 +00:00
secretr
0c794e2fb4 cross-browser cache issues 2011-01-14 12:19:03 +00:00
secretr
f3ab862313 improved browser cache control, clear browser cache added to cache administration 2010-12-17 17:21:48 +00:00
secretr
6f49745358 (experimental changes) overall front-end pages and e_jslib.php load speed up (304 not modified tests passed), bugfixes, better headers, e_meta works fine with JS manager now 2010-12-16 16:56:00 +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
e107steved
decaecf54d Add in security code, youtube bbcode from 0.7 2010-09-06 12:34:06 +00:00
CaMer0n
c2f3786d90 eTag validation fix and If-None-Match support. 2010-09-03 22:02:30 +00:00
e107steved
dcdddffb20 Fix ETag format 2010-08-25 08:11:27 +00:00
e107steved
7c42e8f136 Adjust check for php-enabled compression 2010-07-26 21:47:31 +00:00
nlstart
8bf0f68473 Added space between comment title and comment author 2010-07-26 10:09:24 +00:00
secretr
17e69f0f66 nextprev template issue 2010-02-27 19:08:32 +00:00
secretr
18479a95f4 Nextprev rewrite: more flexible parameters, totally skinnable (simple parser), core templates, option to use plugin templates, no inline styles, BC granted 2010-02-27 19:05:07 +00:00
secretr
f254307d76 Admin icon paths converted to absolute, temporary solution - admin icon handler should do the job in the future (see UI handler) 2010-02-12 16:46:35 +00:00
secretr
0dfbbb0c1d Admin list style corrections 2010-02-11 16:37:11 +00:00