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

69 Commits

Author SHA1 Message Date
Cameron
b8b8a3e726 Review and cleanup of all admin layouts 2013-02-26 21:27:36 -08:00
Cameron
4941a1156d adminLinks function cleanup 2013-02-26 18:57:33 -08:00
Cameron
fdf78c92a4 Issue #73 Deprecated admin_handlers.php file. 2013-02-26 17:17:31 -08:00
Cameron
4e138b835f Renamed class naming standard within e_sitelink.php addon. Use xxxx_sitelink (not xxxx_sitelinks) 2013-02-26 03:43:52 -08:00
Cameron
34472849af Fixed tabbed admin interface 2013-02-25 17:15:46 -08:00
SecretR
4587940ad9 Even more smarter page navigation menu;
Introduced e107::getAddon();
Upcoming addon class naming standards discussion
2013-02-14 15:38:00 +02:00
SecretR
bcaf4e70c6 Fix navigation links assembling (navigation handler) 2013-02-13 17:04:11 +02:00
Cameron
e4805b8a53 Infopanel icon styling and renaming of 'Custom Pages' to 'Pages' 2013-02-06 13:01:09 -08:00
Cameron
87e753bbbd Fix for link-url 2013-01-31 14:29:37 -08:00
Cameron
247579c41e Custom-Page navigation menu and shortcode added. 2012-12-18 01:32:33 -08:00
Cameron
c3e996d06b More Notice removal (Issue #58) 2012-12-17 13:20:52 -08:00
Cameron
774f045828 Page sublink navigation 2012-12-17 12:15:51 -08:00
Cameron
04e9157961 More bootstrap theme work and start of pageNavigation function for sitelinks. 2012-12-17 04:21:16 -08:00
Cameron
f63fcb61a8 Notice removal and default styling fixes. 2012-12-16 14:28:30 -08:00
SteveD
bf8d7bdbc1 Fix errors in path decoding for sitelinks (e_PLUGIN substituted as e_IMAGE) 2012-12-16 19:23:11 +00:00
Cameron
0779798f89 Notice removal 2012-12-15 16:41:37 -08:00
Cameron
550754029e Fix for $sql->retrieve when full query used. (gen() mode)
Sitelinks initData() updated to use it.
2012-12-15 04:44:37 -08:00
Cameron
e0f8b579ee Very basic 'active' site-link detection. 2012-12-14 21:39:17 -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
SecretR
56c4d48503 Site links data retrieving/rendering draft (work in progress);
Text truncate typo
2012-12-14 12:20:01 +02:00
Cameron
32e1a53a90 Sitelinks array routine work 2012-12-13 02:02:42 -08:00
Cameron
03ad96c309 nav link fix 2012-12-11 20:12:54 -08: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
Cameron
c65b549af7 Public Uploads page enabled and admin-ui template added. 2012-12-10 18:40:44 -08:00
Cameron
734b8d969c Admin Preferences GUI Improvements and addition of basic mail prefs. 2012-12-10 16:01:44 -08:00
Cameron
f97af6e6b6 More notice removal 2012-12-07 15:43:49 -08:00
Cameron
a9eeb7372d Admin image optimization 2012-12-03 18:41:25 -08:00
Cameron
7b7ca47d15 Function fixes for e_navigation. (also corrects issue in admin_menu.php ) 2012-12-03 04:54:05 -08:00
Cameron
19172877c1 A few fixes in the navigation functions. 2012-12-03 04:53:18 -08:00
Cameron
76a9758447 More admin links cleanup and moving of arrays to e_navigation class 2012-12-03 02:21:51 -08:00
Cameron
d20af73bc5 Introduction of e_navigation class to handle all links site-wide. Large-scale cleanup of global admin links, plugin links etc. 2012-12-03 01:40:47 -08:00
CaMer0n
ce440572a7 Sitelinks image-path issue fixed. 2012-07-21 07:30:28 +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
12412de469 Bugfix. Sitelinks was only rendering sublinks to one level deep. Added link highlighting fix for mod_rewrite. 2010-12-13 09:23:04 +00:00
e107steved
5b9016c69f Notice removal 2010-11-01 22:10:42 +00:00
nlstart
63f83d6f38 Bugtracker #5114: style display:compact changed into display:block for W3C compliancy 2010-10-30 14:50:30 +00:00
secretr
9593363a10 sitelinks handler - php warnings 2010-03-16 15:15:32 +00:00
secretr
dd0bc4c475 sitelinks handler - php warnings 2010-03-16 15:11:07 +00:00
secretr
4fecfffddd svn keywords added (v0.8) 2010-02-10 18:18:01 +00:00
e107steved
716ddc3c58 Latest batch of global bashing and notice removal, remove unneeded files 2009-12-18 20:49:56 +00:00
CaMer0n
8d0028afe1 allow classes within core shortcodes (.php) + sitelinks duplication fix. 2009-11-23 10:27:43 +00:00
CaMer0n
0048078c6e Some code cleanup. auto-redirection to previous admin page if log back in within 5 mins. 2009-11-22 14:10:09 +00:00
CaMer0n
f7f7b0edfe Removed duplicated code from sitelinks_alt shortcode 2009-11-21 11:36:10 +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
1377b23532 Fix copyright info. 2009-11-18 01:06:08 +00:00
marj
c3c7b3ca96 PHPdoc fix 2009-11-17 15:29:33 +00:00
marj
363aa0ea4d more work on charset and badchars 2009-11-17 10:46:35 +00:00