aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-04-13Fixes #3331. Changed cache schema to allow for JS/CSS views with slashes and ↵brettp
dots. git-svn-id: http://code.elgg.org/elgg/trunk@8986 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-13Consolidated the css and js pagehandlers with ↵brettp
elgg_cachable_view_pagehandler() and fixed for URLs with multiple dots after the last / (like /js/calendars/fullcalendar.min.123456789.js) git-svn-id: http://code.elgg.org/elgg/trunk@8985 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-12Fixes #3347 fixes comment typo for egecash
git-svn-id: http://code.elgg.org/elgg/trunk@8984 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 #3327 fixed typocash
git-svn-id: http://code.elgg.org/elgg/trunk@8982 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-11Fixes #3322 file link removed from owner_block if disabled for a groupcash
git-svn-id: http://code.elgg.org/elgg/trunk@8979 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-10Fixes #3182: No attempt to go through simplecache at all, but any language ↵ewinslow
can be exported to js now without any extra effort on the part of language pack authors git-svn-id: http://code.elgg.org/elgg/trunk@8977 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-09Reopens #3224 not as clever as I thought - user experiences error before ↵cash
seeing reminder git-svn-id: http://code.elgg.org/elgg/trunk@8974 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-09registered bookmarks widgetcash
git-svn-id: http://code.elgg.org/elgg/trunk@8973 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 #2600. Removed the very special debug vars that I told myself "Make ↵brettp
sure you remove those before you commit or you'll look like an idiot" when I added. *ahem* git-svn-id: http://code.elgg.org/elgg/trunk@8970 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-09Fixes #3224 Fixes #3241 stopping upgrade after plugin upgrade and restartingcash
git-svn-id: http://code.elgg.org/elgg/trunk@8969 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-09Fixes #2600. Applied Hellekin's patch. Props to him for understanding what ↵brettp
was going on because whoa. git-svn-id: http://code.elgg.org/elgg/trunk@8968 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-09Removing odd ? after docblock in twitter_api.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8967 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-09Refs #3241 sorting upgrades so that upgrades from old upgrade system are ↵cash
ordered in datalist array git-svn-id: http://code.elgg.org/elgg/trunk@8966 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-09Refs #3241 deleting old config value in registration upgradecash
git-svn-id: http://code.elgg.org/elgg/trunk@8965 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-09Refs #3241 cleaned up upgrade sequence so that we don't need special catch ↵cash
for that one upgrade created during 1.7 development. It doesn't hurt running it twice so sites currently using svn trunk will not be negatively affected. git-svn-id: http://code.elgg.org/elgg/trunk@8964 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-09Refs #3241 moved the default site access check upgrade script to before the ↵cash
plugin upgrade so plugin upgrade is last upgrade in old upgrade system. The site access script can be run multiple times without causing problems. git-svn-id: http://code.elgg.org/elgg/trunk@8963 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-09Refs #3241 upgrade.php is a much better name for the upgrade librarycash
git-svn-id: http://code.elgg.org/elgg/trunk@8962 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-09Refs #3241 cleaned up comments on upgrades and removed the turning off of ↵cash
time limit in individual upgrades since this is now handled by the upgrade function git-svn-id: http://code.elgg.org/elgg/trunk@8961 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-09Refs #3241 we never distributed an oauth_lib plugin so we don't need an ↵cash
upgrade (those following svn trunk have already upgraded or can manually update this) git-svn-id: http://code.elgg.org/elgg/trunk@8960 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-09Refs #3241 we never distributed a plugin called oauth and Justin Richer has ↵cash
so let's not disable his plugin git-svn-id: http://code.elgg.org/elgg/trunk@8959 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-09added a comment to explain why the call to elgg_add_admin_widgets() in the ↵cash
upgrade script has parameters like it does git-svn-id: http://code.elgg.org/elgg/trunk@8958 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-08Fixes #3320 no longer require the upgrade to disable the members plugincash
git-svn-id: http://code.elgg.org/elgg/trunk@8952 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-07Fixes #3232 removed unnecessary distinct plus variable in select for ↵cash
metastrings calculation git-svn-id: http://code.elgg.org/elgg/trunk@8951 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-07Refs #3278. No more likes in login popup handler.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8950 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-07Fixes #3278 Login popup aligned to right side of button.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8948 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-06moved two more deprecated functions out of the main libscash
git-svn-id: http://code.elgg.org/elgg/trunk@8945 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 #3235 integrated Kishanthan's commits for cleaner site pages urlscash
git-svn-id: http://code.elgg.org/elgg/trunk@8943 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 #3307 removed executable prop from core filescash
git-svn-id: http://code.elgg.org/elgg/trunk@8940 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-03removed unnecessary context settingcash
git-svn-id: http://code.elgg.org/elgg/trunk@8931 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-03Fixes #3105 group sort menu uses filter menucash
git-svn-id: http://code.elgg.org/elgg/trunk@8930 36083f99-b078-4883-b0ff-0f9b5a30f544