1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-13 22:14:51 +02:00
Commit Graph

74 Commits

Author SHA1 Message Date
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
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
078816befe Better routing/URL assembling, inline documentation, large number of fixes, news area improvements - should work flowless with every URL configuration. Awaiting testing results for more stability fixes. 2011-11-30 15:14:02 +00:00
secretr
e5e8a73eb6 Nextprev legacy usage issues 2011-11-29 14:14:41 +00:00
secretr
548b585f7e Moving the system to the new URL assembling, fixed call to a non-existent eUrl method system wide. 2011-11-26 18:17:42 +00:00
CaMer0n
132009bb33 adaptation of download-code to use core functions. 2011-11-26 06:27:10 +00:00
secretr
a06b6f88a6 Minor fixes, added extended user category title support (same as fields behaviour) 2011-11-25 17:53:20 +00:00
CaMer0n
7a9ae43aad Batch-Copy added to admin-ui. Adding missing core shortcodes. Media-Category NewsThumbs added (legacy support) 2011-07-25 02:41:49 +00:00
CaMer0n
4b3703278c Error fixes 2011-07-10 23:21:09 +00:00
secretr
337c107caf upload shortcode commented code reverted - optional usage by external code 2011-06-08 13:24:38 +00:00
secretr
91debe933b - Upload shortcode diable_button parameter added
- Media upload field/add new entry temporary enabled
- Form handler appropriate upload field changes made
2011-06-07 13:01:36 +00:00
CaMer0n
8ef5c43753 Media-manager path and query fixes. Intuitive LEFT JOIN support for admin_ui. 2011-05-07 06:22:44 +00:00
CaMer0n
0969c5cd42 2011-05-03 22:11:03 +00:00
secretr
e6142eaf06 broken link fix 2011-04-29 11:14:52 +00:00