aboutsummaryrefslogtreecommitdiff
path: root/views
AgeCommit message (Collapse)Author
2011-04-27Added very basic CSS for elgg-markdown in admin area.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@9038 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-27Refs #3362. Removed use of $show_bad in elgg_get_plugins().brettp
git-svn-id: http://code.elgg.org/elgg/trunk@9031 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-27Refs #3362. Plugins don't check deps upon boot. Made package and manifest ↵brettp
private properties of ElggPlugin and added ->getPackage() and ->getManifest(). git-svn-id: http://code.elgg.org/elgg/trunk@9030 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-26Fixes #3380: .elgg-icon-user states are now consistent with other elgg-iconsewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@9029 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-26Fixes #3388: .elgg-icon is now middle-aligned by defaultewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@9028 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-26Fixes #3290: Fluid gallery w/o tables -- working great for fixed-width contentewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@9027 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-26Fixes #3389: Sandbox base styles for dl, dt, ddewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@9026 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-26Fixes #2922: pg/livesearch now works with "term" parameterewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@9025 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-25Fixes #2899, #2870. Added README.txt, CHANGES.txt, COPYRIGHT.txt, ↵brettp
LICENSE.txt, and INSTALL.txt as markdown files for plugins. Added page handler to parse and serve them. Added links in plugin admin. Refs #3236. Problems with displaying parsed markdown because of missing parts of the admin theme's CSS. git-svn-id: http://code.elgg.org/elgg/trunk@9022 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-24Fixes #2196. Pulled in Francisco's patch for datepicker CSS.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@9020 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-22Fixes #3282: Added a class to menu items which includes menu item name (just ↵ewinslow
like ul contains a class with the menu name) git-svn-id: http://code.elgg.org/elgg/trunk@9017 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-22Fixed deprecated call to input/pulldown.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@9015 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-18Fixes #3358. Renamed menu's class to link_class and documented possible ↵brettp
problems with passing <a> tags in the text option. git-svn-id: http://code.elgg.org/elgg/trunk@9005 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-14Fixes #2972: Following elements have default clearfix:ewinslow
elgg-inner elgg-page-header elgg-page-footer elgg-foot elgg-head elgg-col elgg-image-block git-svn-id: http://code.elgg.org/elgg/trunk@8997 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-14Fixes #3329: Added page/elements/foot and refactored page shells to use itewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8996 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-12Fixing JS problems when simple cache is disabled.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8983 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-11Fixes #3333 removed include of chrome csscash
git-svn-id: http://code.elgg.org/elgg/trunk@8981 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-11Fixes #3325 added cursor: pointer to system messages in admin areacash
git-svn-id: http://code.elgg.org/elgg/trunk@8980 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-10Fixed #3313: Removed the superfluous html_head/extend view from core. ↵ewinslow
Anyone following trunk should extend page/elements/head instead git-svn-id: http://code.elgg.org/elgg/trunk@8978 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-10Refs #3182: Feeding language loading through /ajax/view to keep thing ↵ewinslow
simpler for now. Reorganized boot process so that we can ajax load the languages asap git-svn-id: http://code.elgg.org/elgg/trunk@8976 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-10Refs #3281: css/elements/core.php for the cross-browser/hacky/non-trivial ↵ewinslow
things that themes should rarely, if ever, override. git-svn-id: http://code.elgg.org/elgg/trunk@8975 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-09fixed delete icon in admin csscash
git-svn-id: http://code.elgg.org/elgg/trunk@8972 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-09Fixes #3193 moves default widgets upgrade to an actioncash
git-svn-id: http://code.elgg.org/elgg/trunk@8971 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-09Refs #3286: Removed css/elements/chrome.php, putting all the style rules ↵ewinslow
into sensible locations git-svn-id: http://code.elgg.org/elgg/trunk@8957 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-08Fixes #3319 alternate sidebar should work nowcash
git-svn-id: http://code.elgg.org/elgg/trunk@8954 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-08Refs #3108 forgot the user hover menu for the admin areacash
git-svn-id: http://code.elgg.org/elgg/trunk@8953 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-07Fixes #3108 added admin sprites (enough for beta release)cash
git-svn-id: http://code.elgg.org/elgg/trunk@8949 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-07Refs #3108 added more sprites and a license file - no visible changescash
git-svn-id: http://code.elgg.org/elgg/trunk@8947 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-06Refs #3108 frontend should be done and ready for review - admin area is nextcash
git-svn-id: http://code.elgg.org/elgg/trunk@8946 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-05Fixes #3289 added inline-block to buttonscash
git-svn-id: http://code.elgg.org/elgg/trunk@8944 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-05Fixes #3275 forms in a river item are not forced to be hiddencash
git-svn-id: http://code.elgg.org/elgg/trunk@8942 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-04Refs #3073 first version of horizontal river menu. css still needs work for ↵cash
likes and the comment text bubble needs to be darkened git-svn-id: http://code.elgg.org/elgg/trunk@8935 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-04Fixes #3305 switched default and alt sections for footer menucash
git-svn-id: http://code.elgg.org/elgg/trunk@8934 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-04Refs #3108 fixed widgets for main site (not admin) and tweaked topbarcash
git-svn-id: http://code.elgg.org/elgg/trunk@8933 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-03Refs #3265 pulled in blacktooth's commitcash
git-svn-id: http://code.elgg.org/elgg/trunk@8932 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-03output/confirmlink now supports title attributecash
git-svn-id: http://code.elgg.org/elgg/trunk@8928 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-03cleaned up css for output/accesscash
git-svn-id: http://code.elgg.org/elgg/trunk@8927 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-03Refs #3108 partial implementation of new sprites (widgets, hover menu, ↵cash
search are all broken) git-svn-id: http://code.elgg.org/elgg/trunk@8925 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-03Refs #3184 needed to set height for the iconscash
git-svn-id: http://code.elgg.org/elgg/trunk@8923 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-03Fixes #3184 fixed alignment issues for entity menucash
git-svn-id: http://code.elgg.org/elgg/trunk@8922 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-03added spaces to standardize the css statementscash
git-svn-id: http://code.elgg.org/elgg/trunk@8921 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-02Refs #3233 registration form should be sticky toocash
git-svn-id: http://code.elgg.org/elgg/trunk@8902 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-02Fixes #3233 useradd form is now stickycash
git-svn-id: http://code.elgg.org/elgg/trunk@8901 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-01Fixes #3231 welcome back, members plugincash
git-svn-id: http://code.elgg.org/elgg/trunk@8895 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-01fixed hardcoded string in user/default viewcash
git-svn-id: http://code.elgg.org/elgg/trunk@8890 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-01Fixes #3207 passing code variable to form for password resetcash
git-svn-id: http://code.elgg.org/elgg/trunk@8886 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-29one_sidebar layout wants breadcrumbs, too!cash
git-svn-id: http://code.elgg.org/elgg/trunk@8877 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-29fixed some typos in css chromecash
git-svn-id: http://code.elgg.org/elgg/trunk@8876 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-27Fixes #3086 using full_view instead of full cash
git-svn-id: http://code.elgg.org/elgg/trunk@8866 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-26Fixes #3084 added clearfix to elgg-layoutcash
git-svn-id: http://code.elgg.org/elgg/trunk@8860 36083f99-b078-4883-b0ff-0f9b5a30f544