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

75 Commits

Author SHA1 Message Date
CaMer0n
e0581d53b0 Comment 'share' preparation 2012-08-17 08:51:27 +00:00
CaMer0n
c4c8cbdc53 Clean up of old preset_class code and tinymce fixes. 2012-08-12 00:24:02 +00:00
CaMer0n
2f788a86f5 General cleanup 2012-08-10 11:37:20 +00:00
CaMer0n
93a6aa1325 Removal of e107_preset table (deprecated by batch 'copy' function) and other small fixes. 2012-07-23 09:35:32 +00:00
CaMer0n
3c37643365 Rating and Comments. Like and Dislike buttons are now functional. 2012-06-16 05:04:22 +00:00
CaMer0n
3b2d8333b6 hybridAuth work - still some issues. 2012-06-14 04:11:52 +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
5a80a9a205 Work on Media-Manager 2012-04-22 06:19:21 +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
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
CaMer0n
064c5c7d1e Some basic preparation for new e_url scheme and other changes.
For anyone reading - please remember that 0.8 should not be utilized on a public site prior to official release.
2011-06-17 01:13:05 +00:00
CaMer0n
b33f03d327 Additional user admin perms, cron-categories added. 2011-05-11 22:25:02 +00:00
CaMer0n
8a9b18976d Fixed db-verify issue with cron table syntax. 2011-05-10 12:31:51 +00:00
CaMer0n
0c3c292a1c Cron data moved to SQL table. 2011-05-06 07:00:21 +00:00
e107steved
4d340285a4 Final changes from TYPE=MyISAM to ENGINE=MyISAM 2011-05-02 20:51:21 +00:00
e107steved
ab86cf9bdb Bugtracker #5155 - 'TYPE=' not accepted in recent MySQL versions 2011-02-07 22:26:08 +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
38b9da0488 Query speedups - thanks Mikey 2010-10-05 19:39:08 +00:00
secretr
4fecfffddd svn keywords added (v0.8) 2010-02-10 18:18:01 +00:00
e107steved
3fd602288f More user class field updates 2010-01-05 22:36:04 +00:00
e107steved
020290cce8 Logic for automatic generation of field processing definitions, with overrides 2009-12-25 10:25:12 +00:00
CaMer0n
1e15f1c92b agent added to online table for easier detection of bots 2009-12-24 10:00:30 +00:00
CaMer0n
7fabe7fb5d More Core-Media update routine work. Download Images and Thumbnails are now imported if found. 2009-12-15 11:51:02 +00:00
e107steved
52d9d13d3f Need bigger field for comment sources 2009-12-10 21:26:53 +00:00
e107steved
5d3aaaa541 More mailer stuff - bug fixes, cron-driven bounce handling, timed send, notify on run complete 2009-11-27 21:42:46 +00:00
CaMer0n
f78445421c Fixes - sitelinks, mysql, custompages 2009-11-26 09:02:46 +00:00
CaMer0n
2e635fd3b4 Various fixes. deprecated e_linkgen in favour of e_sitelink. Easy and dynamic creation of links. Some common functions added to make loading of e_xxx config() functions easier. 2009-11-20 05:01:51 +00:00
CaMer0n
c321774aa6 custompage work and some code cleanup 2009-11-19 12:36:22 +00:00
CaMer0n
06b2a7e711 typo fix 2009-11-18 10:05:53 +00:00
CaMer0n
af9235b29b fixes 2009-11-18 07:16:51 +00:00
CaMer0n
1377b23532 Fix copyright info. 2009-11-18 01:06:08 +00:00
marj
363aa0ea4d more work on charset and badchars 2009-11-17 10:46:35 +00:00
CaMer0n
04b264fd07 Media Manager work.. 2009-11-14 04:13:11 +00:00
marj
806d025085 charset and badchars 2009-11-12 14:30:07 +00:00
CaMer0n
6a967e9b17 Slight mod to media table.. work in progress 2009-11-08 13:40:23 +00:00
CaMer0n
7fca058ad5 Made a start on media-manager and added a deprecated LAN checking function to remain enabled up until release. 2009-11-07 11:20:34 +00:00
CaMer0n
afd9154523 location size fix 2009-11-06 11:53:20 +00:00
secretr
a069e7d17c bad characters removal, plugin manager url apostrophe removed 2009-11-04 21:59:35 +00:00
e107steved
619d0c8c3d Getting ready for mailer mods 2009-11-04 20:19:11 +00:00
CaMer0n
ac57a2aee3 Bit of work on the comments manager 2009-11-04 03:07:44 +00:00
CaMer0n
2483ce926c remove session table from default install 2009-10-26 09:53:09 +00:00
secretr
c32d6cc02e eURL and news administration cleanup, server caching added to various news related places, blog calendar fixes 2009-09-25 20:20:23 +00:00
CaMer0n
82b6533277 Notice removal and removing banner table from the core_sql 2009-09-17 14:25:11 +00:00
CaMer0n
d0f696f943 Remove 'downloads' from the core sql table, and more installation fixes. 2009-09-17 01:47:20 +00:00
secretr
815a16a129 update routine: fixed (in strange way) wrong update action 2009-09-14 20:21:06 +00:00
secretr
df5c76829d News imporvements: SEO back-end ready, admin managers started, work in progress 2009-09-12 18:25:41 +00:00
secretr
553874ea39 News improvements started - work in progress 2009-09-10 19:15:43 +00:00