CaMer0n
a732baeaf8
JS Framework options added - for testing purposes only at this stage.
2012-05-02 21:09:17 +00:00
secretr
5c973fb66f
admin UI - consistent arguments of 'options' override methods
2012-05-02 14:24:19 +00:00
CaMer0n
972b7fa401
Media-Manager and TinyMce connectivity
2012-04-30 20:35:59 +00:00
CaMer0n
2a50dc6177
More Media-Manager (work in progress)
2012-04-30 10:39:03 +00:00
CaMer0n
607b5a84d9
Media-Manager enhancements
2012-04-29 11:15:44 +00:00
CaMer0n
10712bef1b
Title-link fix
2012-04-29 08:51:03 +00:00
CaMer0n
28710b46b2
Media-Manager dialog fixes and enhancements
2012-04-28 01:31:30 +00:00
CaMer0n
a61b072d44
Quick path fix.
2012-04-27 02:02:38 +00:00
CaMer0n
dc460f15c7
More 1.x -> 2.0 upgrade fixes.
2012-04-26 10:14:43 +00:00
CaMer0n
df1da3ac62
More upgrade-related fixes
2012-04-26 05:41:24 +00:00
CaMer0n
a0dd8a6c43
Small fix on Media table changes.
2012-04-26 02:56:11 +00:00
CaMer0n
286d8048a6
Clear DB cache before e107_update and some cleanup in admin->cache code.
2012-04-26 01:33:33 +00:00
CaMer0n
72267ae458
Changed how duplicate file=names are handled during batch import
2012-04-23 20:24:24 +00:00
CaMer0n
953075d28c
Save-path corrected on batch-import.
2012-04-23 10:05:00 +00:00
CaMer0n
ad1a942f19
Small fixes to Media Manager.
2012-04-22 07:53:34 +00:00
CaMer0n
5a80a9a205
Work on Media-Manager
2012-04-22 06:19:21 +00:00
CaMer0n
e5633942bd
Bugfix for last commit
2012-04-21 20:16:31 +00:00
CaMer0n
e74000fb1c
Minor fixes
2012-04-20 07:21:15 +00:00
CaMer0n
6837ea5154
Work on Update-routines - plugin-specific. see e107_plugins/download/download_setup.php for details.
2012-04-20 07:19:58 +00:00
CaMer0n
5178e66567
More admin->Custom-page and admin->News fixes.
2012-04-19 03:53:58 +00:00
CaMer0n
8be3353a6d
Fix for 'edit' button
2012-04-18 21:14:04 +00:00
CaMer0n
f14804699e
Bug fixes and improvements to paging and searches in admin->news and admin->users.
2012-04-18 21:07:20 +00:00
CaMer0n
0570ed63e1
Minor GUI change
2012-03-22 19:41:11 +00:00
secretr
4631844846
search preferences issue
2012-02-23 15:12:42 +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
22f97b8674
Admin menu 'userclass' option added;
...
Improved, simplified and detailed admin UI access control
Default admin controller 403 page added
2012-01-20 15:53:59 +00:00
secretr
669324f66d
mislogic protection fixed - links can't be set as sublinks of their sublinks
2012-01-13 11:47:39 +00:00
secretr
b349d5a80d
obsolete function removal
2012-01-11 14:58:35 +00:00
secretr
c5f682da90
PHP notices, header standards and phpDocs
2012-01-11 14:54:47 +00:00
secretr
deccba2e59
Allow separate labels for user extended categories (administration only, already allowed on front-end); code cleanup;
2012-01-11 14:40:40 +00:00
secretr
ca9733f42f
more user_extended multi-language support
2012-01-11 13:38:47 +00:00
secretr
34b40eddfb
URL condig rebuild routine on various places,
...
Import prefs fix - arrays wasn't imported,
Mislogic of some preference handler methods
2012-01-06 09:49:08 +00:00
e107steved
5173b17fc0
Class method moved
2012-01-04 18:24:55 +00:00
e107steved
1b0730f91f
Fix typo
2012-01-04 08:16:55 +00:00
e107steved
6e9f94b4af
Update in line with iphandler.php
2012-01-02 22:23:43 +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
6f61a7f889
Add banlist retrigger handling
2011-12-30 16:09:10 +00:00
e107steved
86030cd8f9
More work on ban handling
2011-12-30 10:38:05 +00:00
e107steved
8b6ac10e55
Allow logging of new user activity
2011-12-28 22:38:18 +00:00
e107steved
9866fbe2d6
Cosmetic bug fixes
2011-12-28 15:52:13 +00:00
e107steved
389705683e
Ban handling improvements - most checking done before DB opened (much faster if user is banned).
...
Fix some bugs in ban admin pages.
Separate handler for IP- and ban-related functions (moves them out of e107_class)
2011-12-28 10:01:25 +00:00
e107steved
f50320eba7
Remove prefs option for XUP (not supported elsewhere)
2011-12-27 21:58:29 +00:00
e107steved
383b54d375
Correct LAN reference
2011-12-27 11:05:19 +00:00
e107steved
db82e713f0
Fix typo in DB definitions - thanks str82u
2011-12-17 21:23:58 +00:00
secretr
0d0fa1e2ca
- Important URL assembling feature, all routes have now safe fallback option
...
- News configs updates and refactoring, introducing new config, various bugfixes
- News DB changes: news_sef and category_sef fields, titles no more used in URL assembling
- Aliases now not able to match existing URL module
- New URL setting - choose type of SEF string when auto-extracted from titles (implemented in News and Custom pages, leave SEF string empty to see it in action)
- Overall system stability bugfixes
2011-12-10 00:00:15 +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
6cf1f90711
URL config refactoring
2011-12-06 16:01:34 +00:00
secretr
f6c73c1868
Wrong category assembling (news, 'rewrite' config;
...
eURL Admin interface - no expanded items by default, more intuitive but flexible interface on discussion level
2011-12-05 15:44:16 +00:00
CaMer0n
a73dc8ed10
Refined eUrl admin example
2011-12-03 22:05:46 +00:00