1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-10 04:24:45 +02:00
Commit Graph

1238 Commits

Author SHA1 Message Date
CaMer0n
1921e5ab93 Social fixes 2012-06-14 11:16:13 +00:00
CaMer0n
3b2d8333b6 hybridAuth work - still some issues. 2012-06-14 04:11:52 +00:00
CaMer0n
3b9d9a31c3 Start of HybridAuth integration 2012-06-13 12:34:09 +00:00
CaMer0n
a8fe3aaff0 Fixes for sign-up popup on image-code failure. And general secure-image-code work 2012-06-13 04:58:43 +00:00
CaMer0n
4342599079 table bbcodes 2012-06-09 12:01:24 +00:00
CaMer0n
862dcceebc Theme manager interface refinements and js tweaks 2012-06-03 09:45:20 +00:00
CaMer0n
9197fadc54 Work on signup page, bbcode buttons, tooltips etc. 2012-06-02 08:12:16 +00:00
CaMer0n
e886feef49 File cleanup. 2012-06-01 04:42:00 +00:00
CaMer0n
f53df84766 Sign page refinements and some bbecode work. 2012-05-31 06:07:33 +00:00
CaMer0n
5139a7d390 More fixes and enhancements - bbcodes, tinymce, js 2012-05-28 13:06:09 +00:00
CaMer0n
d8a6c15c02 Major clean-up and enhancement of datepicker() and related functions 2012-05-26 12:21:39 +00:00
CaMer0n
cfc9cf9751 Media-Manager ajax navigation done and other js cleanup. 2012-05-24 07:24:49 +00:00
CaMer0n
e7c33909a4 jQuery default and pwd plugin added and modified. 2012-05-23 11:38:49 +00:00
CaMer0n
eeb2023fbe Fix for admin->links reorder. 2012-05-23 09:05:58 +00:00
secretr
d981f67a8c nexprev amp; fix 2012-05-22 10:54:54 +00:00
CaMer0n
9cf35b1754 Better bbcode styling and table bbcodes added 2012-05-22 07:27:26 +00:00
CaMer0n
8dee12ae83 default js library pref added. 2012-05-17 17:36:50 +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
secretr
0276b7fd43 minor menu render related problems 2012-05-04 15:00:33 +00:00
secretr
e00cc4dbe5 plugin shortcode fix 2012-05-04 14:11:00 +00:00
CaMer0n
ba65c4fad1 Some TinyMce fixes. 2012-04-28 08:14:10 +00:00
CaMer0n
df1da3ac62 More upgrade-related fixes 2012-04-26 05:41:24 +00:00
secretr
dba6258f59 improved ajax user search (admin) - code quality 2012-04-24 11:30:47 +00:00
secretr
8bb8b88ca9 improved ajax user search (admin) - search by/show email when appropriate 2012-04-24 11:28:58 +00:00
nlstart
f7ada45093 Quick fix to repair the link to usersettings. 2012-04-23 19:10:22 +00:00
CaMer0n
5a80a9a205 Work on Media-Manager 2012-04-22 06:19:21 +00:00
CaMer0n
f1cc288878 More work on admin->downloads. Now uses media-manager for images. 2012-04-20 07:28:53 +00:00
CaMer0n
5178e66567 More admin->Custom-page and admin->News fixes. 2012-04-19 03:53:58 +00:00
CaMer0n
ddc48fd58d Sync Youtube bbcode with v1.0 changes. 2012-04-17 21:55:33 +00:00
CaMer0n
1b56fa8044 getURL() bug fix. 2012-03-17 23:49:48 +00:00
nlstart
f8cf73ac85 more proper way determining $plugpath for generating admin_menu 2012-02-13 22:02:46 +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
secretr
e67fa5e10b admin UI imporvements and bugfixes; bugfixed new admin image functions ( _I(), _ITAG(), _IPATH() ); shortcode admin_icon works again for plugins; 2012-01-17 14:46:28 +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
8962c13f50 Update function calls where moved from e107_class.php to iphandler_class.php 2012-01-02 22:06:22 +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
7eb71fe400 Remove more XUP-related items 2011-12-27 22:54:34 +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
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
afbbf67377 core URL config refactoring 2011-12-06 16:28:20 +00:00
secretr
6cf1f90711 URL config refactoring 2011-12-06 16:01:34 +00:00
secretr
ab4501edd2 minor bugs, notice cleanup, missing e_SELF/e_QUERY fixes 2011-12-06 09:44:28 +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
secretr
a2c8e9046e Missing legacy constants in some cases;
Featurebox empty tablerender removed when there are hidden items;
Index page (when set Welcome Message) empty tablerender removed;
2011-12-05 15:12:56 +00:00
secretr
1b83f6a5e4 Improved Front page detection, themes now have an option to assign layout to frontpage via spacial keyword FRONTPAGE 2011-12-02 16:33:31 +00:00
secretr
4bcbbc07d8 News item/category models and trees updated, usage shown in news menus; new newsurl shortcode. 2011-12-02 12:24:26 +00:00
secretr
e574d5f4f0 index.php is now system entry point, front page detection moved to index controller; various stabillity fixes and url admin interface improvements; htaccess template modfied to meet entry point changes; front page preference values (Front Page admin page) prefixed with 'url:' and 'route:' now accepted and recognized; full backward compatibility so far. 2011-12-01 22:08:23 +00:00