aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-03-15JS elgg.echo() returns the key if the string isn't found. This is consistent ↵brettp
with the PHP version. git-svn-id: http://code.elgg.org/elgg/trunk@8718 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-15Refs #2538: Added documentation to most of the JS methods missing it.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8717 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-15Refs #3115. Missed the upgrade for previous commit.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8716 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-15Refs #3115. Moved oauth_lib to oauth_api.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8715 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-15Refs #1433. Restored db_upgrade() call during upgrades to fix issues for ↵brettp
people upgrading from earlier versions of 1.7 than 2010062401. This is why we should follow deprecation policies, Brett........ git-svn-id: http://code.elgg.org/elgg/trunk@8714 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-15Fixes #3009 a bare bones developer tools settingscash
git-svn-id: http://code.elgg.org/elgg/trunk@8713 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-14Refs #3016: Why didn't you make it in last commit?ewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8712 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-14Refs #3016: Removes inline javascript from embed, file, groups, messages, ↵ewinslow
profile, thewire git-svn-id: http://code.elgg.org/elgg/trunk@8711 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-14Refs #3112: Pulled out widget gear icon into elgg-icon-gear, which widgets ↵ewinslow
now use git-svn-id: http://code.elgg.org/elgg/trunk@8710 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-14Fixes #2928: Invalid plugins are shown on the advance page with details ↵brettp
about the problem and a link to the docs. git-svn-id: http://code.elgg.org/elgg/trunk@8709 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-14Refs #3109: Fixes 3 more instances of background-color being used when ↵ewinslow
background should be git-svn-id: http://code.elgg.org/elgg/trunk@8708 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-14Refs #3109: More CSS cleanup. Fixes bugs introduced by last cleanup where ↵ewinslow
background-color: was being used instead of background: git-svn-id: http://code.elgg.org/elgg/trunk@8707 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-14Refs #3079: Making sure elgg_get_max_plugin_priority() returns 1 instead. ↵brettp
Fixed problems when bootstrapping elgg plugins. Will perform tests against MySQL 5.5 when I have a real internet connection. git-svn-id: http://code.elgg.org/elgg/trunk@8706 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-14Using tabs instead of spaces to indent lines in CODING.txtewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8705 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-14Refs #2896: Added some initial CSS coding standards based on what I ↵ewinslow
found/did in the last commit git-svn-id: http://code.elgg.org/elgg/trunk@8704 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-14Fixes #3109: added non-vendor-prefixed css property declarations where ↵ewinslow
applicable. Cleaned up various other aspects of the css git-svn-id: http://code.elgg.org/elgg/trunk@8703 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-14Fixes #3080: Move redirect code to before engine inclusionewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8702 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-14Fixes #3121 array_filter() passes array elements to callbackcash
git-svn-id: http://code.elgg.org/elgg/trunk@8701 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-14Fixes #3103. Re-added code accidentally removed in r8611 that broke page ↵brettp
menu selected items. git-svn-id: http://code.elgg.org/elgg/trunk@8700 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-14Refs #3115. Migrated twitterservice to twitter_api. Added upgrade to migrate ↵brettp
plugin and user settings. git-svn-id: http://code.elgg.org/elgg/trunk@8699 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-13fixed WSOD because of function name change when using some 1.7 themescash
git-svn-id: http://code.elgg.org/elgg/trunk@8698 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-13Refs #3059 should only fallback to 1.7 pageshell when asking for default ↵cash
page shell - otherwise breaks admin area git-svn-id: http://code.elgg.org/elgg/trunk@8697 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-13Fixes #3116 old method of getting site menu works againcash
git-svn-id: http://code.elgg.org/elgg/trunk@8696 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-13Refs #2228 reverting [8654] so forwarding workscash
git-svn-id: http://code.elgg.org/elgg/trunk@8695 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-13Reverted changes made for elgg.com on Tools menucash
git-svn-id: http://code.elgg.org/elgg/trunk@8694 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-13Refs #3079: Better checks in ElggPlugin::setPriority() to avoid priorities ↵brettp
of 0. Still requires testing for MySQL 5.5. git-svn-id: http://code.elgg.org/elgg/trunk@8693 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-13Refs #3009. Fixed a few typos and inaccuracies in the welcome widget.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8692 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-13Refs #3096 removed the list directory since we moved the body view outcash
git-svn-id: http://code.elgg.org/elgg/trunk@8691 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-13tweaked an id so that the likes html would be validcash
git-svn-id: http://code.elgg.org/elgg/trunk@8690 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-13how did that get there - removing some test codecash
git-svn-id: http://code.elgg.org/elgg/trunk@8689 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-13Fixes #3110 - checking selector before running date picker jscash
git-svn-id: http://code.elgg.org/elgg/trunk@8688 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-13wrapped the submit button in diagnostics plugin with a <p> so the bottom ↵cash
doesn't get cut off git-svn-id: http://code.elgg.org/elgg/trunk@8687 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-13Refs #2991 restored plugin settings language string needed for page titlecash
git-svn-id: http://code.elgg.org/elgg/trunk@8686 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-13fixed typo in site settingscash
git-svn-id: http://code.elgg.org/elgg/trunk@8685 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-13Fixes #3072 using elgg_list_entities*() in group members sidebar viewcash
git-svn-id: http://code.elgg.org/elgg/trunk@8684 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-13displaying a no activity message on the activity page for new groupscash
git-svn-id: http://code.elgg.org/elgg/trunk@8683 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-13added text to pages plugin for case where no pages have been created on sitecash
git-svn-id: http://code.elgg.org/elgg/trunk@8682 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-13fixed typo in file index.phpcash
git-svn-id: http://code.elgg.org/elgg/trunk@8681 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-13Refs #3096 using 'summary' instead of list/bodycash
git-svn-id: http://code.elgg.org/elgg/trunk@8680 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-12somehow we forgot to use 'elements' in river viewscash
git-svn-id: http://code.elgg.org/elgg/trunk@8679 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-12Fixes #3064. Checking for views/default/welcome.php and aborting upgrade if ↵brettp
found. Need to add documention for how to replace views directory to wiki. Also fixed ajax loader during upgrade. git-svn-id: http://code.elgg.org/elgg/trunk@8678 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-12Fixes #3045 custom index and the friends widget now use the gallery view for ↵cash
user icons git-svn-id: http://code.elgg.org/elgg/trunk@8677 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-12Refs #3045 adds a gallery context based view for userscash
git-svn-id: http://code.elgg.org/elgg/trunk@8676 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-12Fixes #3091 adds load functions for js and csscash
git-svn-id: http://code.elgg.org/elgg/trunk@8675 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-12Fixed #3093: Admin link shows only for admin users.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8674 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-12Fixes #3004: Updated admin widget text to reflect menu changes.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8673 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-12Fixed blog revision links.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8672 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-12Fixes #3065, #3089. Merged JS events and hooks to a single system. Updated ↵brettp
plugins and core to use it. Added elgg.getURLFragment() and using it elgg.ui.popsUp(). git-svn-id: http://code.elgg.org/elgg/trunk@8671 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-12forgot to include js registered for the footer in page shellscash
git-svn-id: http://code.elgg.org/elgg/trunk@8670 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-12Refs #3091 registering js and css support priority though does not maintain ↵cash
registration order if items have equal priority git-svn-id: http://code.elgg.org/elgg/trunk@8669 36083f99-b078-4883-b0ff-0f9b5a30f544