aboutsummaryrefslogtreecommitdiff
path: root/engine/classes
AgeCommit message (Collapse)Author
2011-10-21updated ElggSite::disable() to conform to ElggEntity::disable()Cash Costello
2011-10-21Fixes #3988 correctly passing user_guid through canEdit for metadataCash Costello
2011-10-17added additional readme names for display on plugin pageCash Costello
2011-10-13Fixes #3917. Removed uses of admin interface in manifests. Removed related code.Brett Profitt
2011-10-09Fixes #3729 handling forwarding to page when logging into a walled gardenCash Costello
2011-10-09Fixes #3878 registering the security token action as an external pageCash Costello
2011-10-08Fixes #3942 fixed all the warnings and notices in the unit testsCash Costello
2011-10-08Fixes #3945 using reset on the arrayCash Costello
2011-10-08Fixes #3743 returning bool instead of int when setting a private settingCash Costello
2011-10-08Fixes #3411 output/url now has a is_trusted parameter - defaults to falseCash Costello
2011-10-02Merged file mime type detection from 1.7.Brett Profitt
2011-10-02Fixes #3915. Added ElggPlugin->getFriendlyName() to check for ↵Brett Profitt
manifest->getName() first, then for plugin ID. Added better descriptions for plugin activation errors.
2011-09-22Fixes #3808 not translating manifest fields through elgg_echo()cash
2011-09-18Fixes #3786 menu code was corrupting link class if an additional class was ↵Cash Costello
passed through getContent()
2011-09-10Fixes #3741 fixed menu code so that all links do not get empty title and ↵Cash Costello
confirm attributes
2011-09-10Fixes #3782 only deleting metadata if the entity has been savedCash Costello
2011-09-04Refs #3661. Merged lat/long metadata fixes to master.Brett Profitt
2011-08-27Fixes #3434. Manifests are checked more carefully on anything that checks ↵Brett Profitt
deps. Disabling plugins with invalid manifests from admin page.
2011-08-24Checking for === false when moving elements in ElggPriorityList instead of ↵Brett Profitt
just !$priority. Fixes problems when moving elements to / from 0.
2011-08-23Fixes #3355. Added ElggPriorityList. Adapted the externals system to use it.Brett Profitt
2011-08-22Merge branch 'master' of github.com:Elgg/ElggBrett Profitt
2011-08-21Fixes #3606. Reset password page added to public pages for walled garden mode.Brett Profitt
2011-08-17Finished ElggPriorityList. Migrated external files to use it.Brett Profitt
2011-08-15Refs #3355. Added ElggPriorityList.Brett Profitt
2011-07-27Fixed some documentation.Brett Profitt
2011-07-06Fixes #2204 standardized the hooks/overrides for plugin settings and ↵Cash Costello
usersettings
2011-07-06Merge pull request #54 from cash/dev-toolsCash Costello
Fixes #3564 Adds the inspection tool and logging to the web page
2011-07-03Fixes #3650 deprecated ElggUser::getCollections()cash
2011-07-03Fixes #3656 updates the AccessArray interface methods for ElggCacheCash Costello
2011-07-02added logging to the web page footercash
2011-06-29handling spaces and uppercase characters when creating menu item classescash
2011-06-26added a data array to ElggMenuItem. Now by default options end up being ↵cash
passed to output/url.
2011-06-26Fixes #3470 using rel=toggle nowCash Costello
2011-06-26Fixes #3614 updated use of elgg_view_entity() throughout coreCash Costello
2011-06-25Fixes #3609 removed use of deprecated trigger_plugin_hook()cash
2011-06-22Merge pull request #44 from lie2815/3546-menu-item-edit-textCash Costello
Fixes #3546 Add setText() method to ElggMenuItem class
2011-06-21Add param description to PHPDoc comments of setText() function.Franz Liedke
2011-06-21Fix dumb typos from last commit.Franz Liedke
2011-06-20Add setText() method to ElggMenuItem class. Fixes #3546.Franz Liedke
2011-06-20Add setHref() method to ElggMenuItem class. Fixes #3486.Franz Liedke
2011-06-13Fixes #3282 always using a menu item's name in its classcash
git-svn-id: http://code.elgg.org/elgg/trunk@9200 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-06-12Fixes #2910 set the site_guid of site entitiescash
git-svn-id: http://code.elgg.org/elgg/trunk@9192 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-06-11Fixes #3515 created a unified page handler for account pagescash
git-svn-id: http://code.elgg.org/elgg/trunk@9175 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-06-11sorting plugin settings menu items by textcash
git-svn-id: http://code.elgg.org/elgg/trunk@9169 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-06-07Refs #3510, #3433. Ported r9062 to trunk. Fix for comment hook returning 0 ↵brettp
comments. git-svn-id: http://code.elgg.org/elgg/trunk@9139 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-05-24Fixes #3467. Fixed bugs in priority deps. Can now disable active plugins ↵brettp
with unmet dependencies. git-svn-id: http://code.elgg.org/elgg/trunk@9111 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-05-19Fixes #3462 empty classes directory is no longer treated as an errorcash
git-svn-id: http://code.elgg.org/elgg/trunk@9100 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-05-09Fixes 3426. Not using a horrible variable name and fixing the bug created by it.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@9057 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-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