Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-28 | Fixes #4132 fixed metastring delete by id test | cash | |
2011-11-28 | Fixes #4131 elgg_delete_metastring_based_object_by_id() should return a bool | cash | |
2011-11-28 | Fixes #4129 fixed priority list tests | cash | |
2011-11-28 | Fixes #4126 fixed test for checking relationship existence | cash | |
2011-11-28 | Fixes #4115 returning bool from remove_user_from_access_collection() | cash | |
2011-11-28 | Fixes #4125 checking count correctly | cash | |
2011-11-28 | Fixes #4122, #4123, #4124 testing for empty arrays and added some ↵ | cash | |
documentation for the sanity of future developers | |||
2011-11-28 | Fixes #4109 remove inaccurate comment due to copy & paste | Cash Costello | |
2011-11-28 | Fixes #4114 checking type for acl test | Cash Costello | |
2011-11-28 | Fixes #4120 metadata tests now check for the correct types | Cash Costello | |
2011-11-16 | it is GPL General Public License not GPL Public License | Cash Costello | |
2011-10-13 | Fixes #3917. Removed uses of admin interface in manifests. Removed related code. | Brett Profitt | |
2011-10-12 | Fixes #3747. Using filter_var to check for any valid URI. | Brett Profitt | |
2011-10-09 | Fixes #3948 cleaning up stuff left behind by unit tests | Cash Costello | |
2011-10-08 | Fixes #3942 fixed all the warnings and notices in the unit tests | Cash Costello | |
2011-09-28 | Fixes #3891. elgg_register_external_file() defaults priority to 500. Elgg's ↵ | Brett Profitt | |
default CSS now at 500 instead of 1. | |||
2011-09-28 | Refs #3808. Removed failing tests for manifest translations. | Brett Profitt | |
2011-09-28 | Fixes #3713. elgg_get_entities() and friends return false if passed invalid ↵ | Brett Profitt | |
options. | |||
2011-08-30 | Fixes #3543. Ported access collections fix to master. | Brett Profitt | |
2011-08-23 | Fixes #3355. Added ElggPriorityList. Adapted the externals system to use it. | 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-06 | Revert "Fixes #3552. Addess ACL unit tests. These currently fail because of ↵ | Brett Profitt | |
#3522." This reverts commit d423aee393458d6827dbe913ceacd29171fa3d74. Removing because of problems with differences in how 1.7 and 1.8 populate the acl dropdown for groups. | |||
2011-07-03 | Merged ACL fixes from 1.7 branch. | Brett Profitt | |
2011-07-03 | Merged d423aee393458d6827db from 1.7 to master. | Brett Profitt | |
Fixes #3552. Addess ACL unit tests. These currently fail because of #3522. git-svn-id: http://code.elgg.org/elgg/branches/1.7@9202 36083f99-b078-4883-b0ff-0f9b5a30f544 Conflicts: engine/lib/access.php | |||
2011-04-21 | Fixed a problem with the annotation batch operation test. | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@9009 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-04-21 | Fixes #3310. Removed old on_activate unit tests. | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@9008 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-04-14 | fixed filtering of external files array and suppressed warning in external ↵ | cash | |
files unit test git-svn-id: http://code.elgg.org/elgg/trunk@8998 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-04-09 | Refs #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-09 | Fixes #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-03-26 | Closes #3202 'count' already supported, added unit tests | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8840 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-12 | Fixes #3091 adds load functions for js and css | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8675 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-12 | Refs #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 | |||
2011-03-12 | Refs #3091 rewrote the js and css register functions to require a name | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8668 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-10 | Fixes #2228: Major cleanup of urls -- remove leading pg/ and trailing / from ↵ | ewinslow | |
most urls in core and plugins git-svn-id: http://code.elgg.org/elgg/trunk@8653 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-14 | Updated trunk to use new annotation functions. Added checks for ↵ | brettp | |
annotations_* options vs annotation_* options because it's so easy to confuse. git-svn-id: http://code.elgg.org/elgg/trunk@8223 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-14 | Refs #2912. Added checks for constraints in dangerous functions. Unit tests ↵ | brettp | |
no longer remove all metadata/annotations. git-svn-id: http://code.elgg.org/elgg/trunk@8215 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-13 | Refs #2907. DRY'd up and abstracted out a lot of metadata / annotation ↵ | brettp | |
functions so I can implement #1115 with a clean conscious. git-svn-id: http://code.elgg.org/elgg/trunk@8207 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-11 | Refs #650. Deprecated get_annotations() for elgg_get_annotations(). | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@8109 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-08 | Added suggests to the plugins deps system. It parallels the requires system, ↵ | brettp | |
but doesn't affect if the plugin can be enabled and only shows up in the deps table on the advanced view. git-svn-id: http://code.elgg.org/elgg/trunk@8070 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-04 | Renamed 'name' to 'plugin' for priority req. Updated unit tests and docs. | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@8019 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-01-02 | Fixes #1986, #2170, #2225, #2759. Integrated ElggPluginPackage and ↵ | brettp | |
ElggPluginManifest with ElggPlugin. System now uses ElggPlugin objects to determin plugins. Order is stored in private settings. This absolutely requires running upgrade.php. git-svn-id: http://code.elgg.org/elgg/trunk@7817 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-12-09 | Refs #1411. Added elgg_get_entities_from_annotation_calculation(). ↵ | brettp | |
Deprecated get_entities_from_annotations_count() and get_entities_from_annotation_calculate_x(). elgg_get_entities_from_annotations() now runs through egef_metadata() for backward compatibility support. git-svn-id: http://code.elgg.org/elgg/trunk@7578 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-12-08 | Removed the silly things I was doing in the egef_relationship_count() test. | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@7568 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-12-08 | D'oh. Re-enabled the other getter unit tests. | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@7563 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-12-08 | Refs #1411: Added elgg_get_entity_from_relationship_count(). | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@7562 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-12-06 | Renamed 'elgg' manifest requirment to 'elgg_version' to be more in line with ↵ | brettp | |
the current options. Removed assignments in if statements. 1.7 manifest files properly show elgg_version as a requirement. git-svn-id: http://code.elgg.org/elgg/trunk@7550 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-12-03 | Refs #1986 #2170 #2225. Added semantic manifest.xml support and unit tests. ↵ | brettp | |
Also added plugin dependencies system. See engine/tests/test_files/plugin_18/manifest.xml for examples. Not closing tickets pending discussion. git-svn-id: http://code.elgg.org/elgg/trunk@7512 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-11-30 | Refs #1986 #2170 #2225 Added ElggPluginManifest, ElggPluginManifestParser, ↵ | brettp | |
and its parser classes for 1.7 and 1.8 style manifests. Changed load_plugin_manifest() to use new parser. Added initial unit tests. git-svn-id: http://code.elgg.org/elgg/trunk@7481 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-11-20 | Fixed typos in text expectations that were cause elgg_normalize_url unit ↵ | ewinslow | |
tests to fial git-svn-id: http://code.elgg.org/elgg/trunk@7377 36083f99-b078-4883-b0ff-0f9b5a30f544 |