1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-11 21:15:09 +02:00
Commit Graph

87 Commits

Author SHA1 Message Date
Cameron
a3cdbb42c1 Issue #255 - Partial fix for empty sidebar menu. 2013-05-06 16:33:56 -07:00
Cameron
438bf16b0c Issue #255 - fix for empty sidebar. 2013-05-06 15:40:37 -07:00
Cameron
7c8045e88b {SITELINKS_ALT} BC fix. (hopefully) 2013-05-05 16:11:09 -07:00
Cameron
464bfa47c5 Issue #213 Chatbox avatar issue corrected. 2013-05-05 01:13:21 -07:00
Cameron
70527f872d Notice removal 2013-04-29 12:56:50 -07:00
Cameron
1e418b4e26 Avatar paths 2013-04-22 14:28:03 -07:00
Cameron
a47591d654 Avatar paths fix 2013-04-22 14:27:51 -07:00
Cameron
449f31546a Forum-update fixes 2013-04-21 21:31:42 -07:00
Cameron
1500effbd7 Avatar path corrections. 2013-04-19 22:50:41 -07:00
Cameron
11589d6f9e Comment fixes. Problem remains with SEF Urls 2013-03-29 15:31:03 -07:00
Moc
c4197a76c0 And one more global pointer in the wmessage sc 2013-03-24 14:37:11 +01:00
Moc
8d6d54a38f Code clean-up (globals, $e107->, $mes, headers) 2013-03-24 13:07:15 +01:00
Cameron
e2dffbe0f7 {SETIMAGE} can now set Height and also crop the image. eg. {SETIMAGE: w=300&h=200&crop=1} 2013-03-24 03:03:31 -07:00
Cameron
1cbfeb96f0 Auto-detection of {WMESSAGE} 2013-03-22 19:54:37 -07:00
Cameron
59a6edb4e4 Core template path changes. 2013-03-20 23:50:30 -07:00
Cameron
809f9258ae Nextprev support for bootstrap glyphs when bootstrap detected. (check for e_BOOTSTRAP === true)
Forum quickreply fully functional. LANs still need cleanup.
2013-03-14 04:05:33 -07:00
Cameron
5cb899f8af Forum template work. 2013-03-12 04:22:09 -07:00
Cameron
652cda0b3b New {CMENU=menu-name} for use with Pages/Menus. 2013-03-11 05:12:45 -07:00
Cameron
5436e861f5 Shortcode fixes and introduction of new format. {SC: get-string} eg. {MYSHORTCODE:w=100&h=50}
This is returned to the shortcode as an array('w'=>100, 'h'=>50);  Use {SETIMAGE:w=100} to set the default thumbnail width.
2013-03-11 05:11:58 -07:00
Cameron
834dcf5f2b {MENU} shortcode fixed for BC and added new ability to call a Page/Menu directly.
eg. {MENU|feature-1} called from within a template would render the menu called 'feature-1' found in the Pages/Menus area of admin.
2013-03-08 20:27:12 -08:00
Cameron
3430c31048 New {SETIMAGE} shortcode for theme developers. Using this prior to a media-manager image being called will allow one to set the default size for the image (ie. when not specified otherwise). eg. {SETIMAGE|w=293} will set the width of the images to 293px. 2013-03-08 20:16:49 -08:00
SecretR
81f0aa86e5 URL shortcode update 2013-03-01 15:42:06 +02:00
Cameron
fdf78c92a4 Issue #73 Deprecated admin_handlers.php file. 2013-02-26 17:17:31 -08:00
SecretR
a6adeca93c Issue #106: News Category SEF 2013-02-19 18:36:58 +02:00
Tijn Kuyper
17771cf3e0 Change buttons to bootstrap btn (GUI) 2013-02-02 20:34:19 +01:00
Cameron
f425a911c4 nextprev BC code updated to use bootstrap button style 2013-01-31 02:02:25 -08:00
Cameron
c398373dcb Fix for dynamic menus. Simplified recursion. Lower-link template added and ready for active-link detection routine. 2012-12-14 17:22:04 -08:00
SecretR
e47f9cf5eb Navigation renderer ready for testing. Awaiting active detection, cache, benchmark. 2012-12-14 16:32:39 +02:00
Cameron
033b6cddec Navigation template work and bootstrap front-end navigation work. v2 templates moved to e107_core/templates 2012-12-11 19:42:55 -08:00
Cameron
8280dba7c8 Made the navigation function a little more generic. 2012-12-11 16:04:32 -08:00
Cameron
fb1a4e2b03 Start of front-end navigation template. Shortcode handler fix to prevent reloading of existing classes. Bootstrap front-end theme updated. 2012-12-11 15:08:29 -08:00
Tijn Kuyper
f07434a3cb And more notice removals.
Also some plugin GUI clean-up (rss, tagwords, trackback)
2012-12-08 15:52:40 +01:00
Tijn Kuyper
5290bb8ea4 More notice removal 2012-12-08 13:52:05 +01:00
Tijn Kuyper
9b1543ec2c More notice removals 2012-12-08 00:32:37 +01:00
Cameron
c823271842 removed e107_files/ and updated some paths. 2012-11-24 11:59:05 -08:00
Cameron
e0aa8171fc Moved nav_menu.js and nav_menu_alt.js to e107_web/js. Also removed unused nav_menu.css. (still exists in jayya) 2012-11-24 02:45:03 -08:00
secretr
7c5196ec76 phpDoc update 2012-08-23 11:39:40 +00:00
CaMer0n
19bc261d46 Broken links fix for nextprev on pages where magicquotes is enabled. 2012-07-21 05:07:21 +00:00
CaMer0n
63ce10c606 More comment, user, usersetting fixes. 2012-06-19 12:53:48 +00:00
CaMer0n
aa4e5c0ee7 User-settings shortcode and template cleanup. avatarpicker() function added to form handler. Other minor fixes. 2012-06-19 09:08:41 +00:00
CaMer0n
312ec063ba Avatar changes 2012-06-19 02:04:19 +00:00
CaMer0n
6522e00e41 Avatar cleanup 2012-06-19 01:43:21 +00:00
secretr
d981f67a8c nexprev amp; fix 2012-05-22 10:54:54 +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
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
CaMer0n
1b56fa8044 getURL() bug fix. 2012-03-17 23:49:48 +00:00
e107steved
9866fbe2d6 Cosmetic bug fixes 2011-12-28 15:52:13 +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