Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-27 | Fixes #3434. Manifests are checked more carefully on anything that checks ↵ | Brett Profitt | |
deps. Disabling plugins with invalid manifests from admin page. | |||
2011-08-24 | Checking for === false when moving elements in ElggPriorityList instead of ↵ | Brett Profitt | |
just !$priority. Fixes problems when moving elements to / from 0. | |||
2011-08-23 | Fixes #3355. Added ElggPriorityList. Adapted the externals system to use it. | Brett Profitt | |
2011-08-22 | Merge branch 'master' of github.com:Elgg/Elgg | Brett Profitt | |
2011-08-21 | Fixes #3606. Reset password page added to public pages for walled garden mode. | Brett Profitt | |
2011-08-17 | Finished ElggPriorityList. Migrated external files to use it. | Brett Profitt | |
2011-08-15 | Refs #3355. Added ElggPriorityList. | Brett Profitt | |
2011-07-27 | Fixed some documentation. | Brett Profitt | |
2011-07-06 | Fixes #2204 standardized the hooks/overrides for plugin settings and ↵ | Cash Costello | |
usersettings | |||
2011-07-06 | Merge pull request #54 from cash/dev-tools | Cash Costello | |
Fixes #3564 Adds the inspection tool and logging to the web page | |||
2011-07-03 | Fixes #3650 deprecated ElggUser::getCollections() | cash | |
2011-07-03 | Fixes #3656 updates the AccessArray interface methods for ElggCache | Cash Costello | |
2011-07-02 | added logging to the web page footer | cash | |
2011-06-29 | handling spaces and uppercase characters when creating menu item classes | cash | |
2011-06-26 | added a data array to ElggMenuItem. Now by default options end up being ↵ | cash | |
passed to output/url. | |||
2011-06-26 | Fixes #3470 using rel=toggle now | Cash Costello | |
2011-06-26 | Fixes #3614 updated use of elgg_view_entity() throughout core | Cash Costello | |
2011-06-25 | Fixes #3609 removed use of deprecated trigger_plugin_hook() | cash | |
2011-06-22 | Merge pull request #44 from lie2815/3546-menu-item-edit-text | Cash Costello | |
Fixes #3546 Add setText() method to ElggMenuItem class | |||
2011-06-21 | Add param description to PHPDoc comments of setText() function. | Franz Liedke | |
2011-06-21 | Fix dumb typos from last commit. | Franz Liedke | |
2011-06-20 | Add setText() method to ElggMenuItem class. Fixes #3546. | Franz Liedke | |
2011-06-20 | Add setHref() method to ElggMenuItem class. Fixes #3486. | Franz Liedke | |
2011-06-13 | Fixes #3282 always using a menu item's name in its class | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@9200 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-06-12 | Fixes #2910 set the site_guid of site entities | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@9192 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-06-11 | Fixes #3515 created a unified page handler for account pages | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@9175 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-06-11 | sorting plugin settings menu items by text | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@9169 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-06-07 | Refs #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-24 | Fixes #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-19 | Fixes #3462 empty classes directory is no longer treated as an error | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@9100 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-05-09 | Fixes 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-27 | Refs #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-25 | Fixes #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-25 | Renamed ElggPlugin->canIncludeFile() to ->canReadFile() and am using ↵ | brettp | |
is_readable() instead of file_exists(). git-svn-id: http://code.elgg.org/elgg/trunk@9021 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-04-18 | Fixes #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-16 | Fixes #3310. Applied lie2815's patch to use activate.php and deactivate.php ↵ | brettp | |
instead of manifest on_de/activate fields in plugins. git-svn-id: http://code.elgg.org/elgg/trunk@9002 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-04-14 | Refs #3023. Exposed item_class option in the menu item factory. Should we ↵ | brettp | |
change 'class' to 'link_class' to avoid confusion? git-svn-id: http://code.elgg.org/elgg/trunk@8999 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-04-14 | fixes warnings in ElggEntity::getMetadata() (hellekin) | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8992 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-04-14 | making sure ElggEntity::getAnnotations() returns an array, check if ↵ | cash | |
temporary annotation exists before returning, and added a warning about annotating unsaved entities git-svn-id: http://code.elgg.org/elgg/trunk@8990 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-04-14 | checking that PAM handlers have been registered for the policy being tested ↵ | cash | |
(hellekin) git-svn-id: http://code.elgg.org/elgg/trunk@8988 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-04-14 | Checking that get_user_by_username() returned something in ElggUser ↵ | cash | |
constructor to prevent notice (hellekin) git-svn-id: http://code.elgg.org/elgg/trunk@8987 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-04-02 | Refs #2988 corrected typo in trunk | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8915 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-04-02 | Fixes #3208 setting time_created on update | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8904 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-04-02 | Fixes #3244 fixed variable name in ElggPluginManifest | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8900 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-04-01 | Refs #3287 setting null for menu href means you want an empty <a></a> tag ↵ | cash | |
with no href git-svn-id: http://code.elgg.org/elgg/trunk@8894 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-04-01 | Fixes #3287 added documentation on non-link menu items | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8893 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-26 | Fixes #3026 documentation for menu system | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8857 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-26 | Refs #3238 #3246 anootations needed the same fixes as metadata | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8852 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-26 | Fixes #3246 fixed ElggMetadata() constructor | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8849 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-26 | Fixes typo in ElggPluginPackage constructor: ↵ | cash | |
https://github.com/lorea/Elgg/commit/ba3fab541d87af535e6c6c33096591e4fd30ba57 git-svn-id: http://code.elgg.org/elgg/trunk@8848 36083f99-b078-4883-b0ff-0f9b5a30f544 |