Age | Commit message (Expand) | Author |
2012-05-10 | Fixes #4512. Passing inc_offset only for deleting / disabling callbacks in me... | Brett Profitt |
2012-05-10 | Refs #4487. Turning off system log (even more) during upgrades. Removed debug... | Brett Profitt |
2012-05-10 | Documented that elgg_delete_metadata/annotations() returns null for no ops. | Brett Profitt |
2012-04-24 | Fixed problem in web services where users with incorrect passwords could gain... | Brett Profitt |
2012-04-24 | Merge branch 'walled_garden' of https://github.com/cash/Elgg into 1.8 | Brett Profitt |
2012-04-24 | Fixes #4409. Selecting distinct across entities.* and entity_relationships.id... | Brett Profitt |
2012-04-22 | Merge pull request #188 from mrclay/t4414 | Brett Profitt |
2012-04-20 | Fixes #4447: Error handler takes type hint violations seriously | Steve Clay |
2012-04-18 | Fixes #4291. Removing the unique index on user and site guids in the users_ap... | Brett Profitt |
2012-04-18 | Fixes #1301. Not filtering passwords. | Brett Profitt |
2012-04-18 | fixes #4406: validate username for max chars | Jerome Bakker |
2012-04-17 | Fixes #4432: Do not escape ORDER BY/GROUP BY clauses in elgg_get_entities | Steve Clay |
2012-04-17 | Fixes #4414: Corrected name of river friend create view | Steve Clay |
2012-03-04 | Pulls river js out into external file | Evan Winslow |
2012-02-25 | Fixes #3210. Keeping -s in URL friendly titles. | Brett Profitt |
2012-02-10 | updated the walled garden js to use new js lib | Cash Costello |
2012-02-10 | new layout and ajax loading for walled garden | Cash Costello |
2012-02-09 | Fixes #2625 removed old hack from elgg_view_annotation() | Cash Costello |
2012-02-09 | Fixes #4361 corrects forwarding logic for closed groups | Cash Costello |
2012-02-07 | Fixes #3613 added system message for admins when plugins are disabled | Cash Costello |
2012-02-07 | Fixes #1043 tags retain their case | Cash Costello |
2012-02-04 | Merge pull request #156 from cash/cache_lang | cash |
2012-02-03 | lazy boolean expression evaluation leaves function expressions | Janek Lasocki-Biczysko |
2012-02-03 | response from insert_data needs to be checked for !== FALSE | Janek Lasocki-Biczysko |
2012-02-03 | improved documentation for get_user_by_email() | Cash Costello |
2012-02-01 | fixed logic that caused plugin language files to not be loaded | cash |
2012-01-30 | fixed typo in plugin code | cash |
2012-01-28 | Refs #4180 was caching extensions which was causing double extensions | Cash Costello |
2012-01-28 | fixed typo in docs | Cash Costello |
2012-01-28 | Fixes #4329 removed old recursive delete permissions override | Cash Costello |
2012-01-28 | Fixes #2646 mention ELGG_ENTITIES_NO_VALUE in elgg_get_entities() documentation | Cash Costello |
2012-01-27 | Fixes #3509 added documentation to menu system about confirm links | Cash Costello |
2012-01-25 | Refs #4081. Correctly calling setIncrementOffset(false) for deleting entities... | Brett Profitt |
2012-01-25 | Fixes #4081. Using ElggBatch to delete recursive. | Brett Profitt |
2012-01-25 | not loading language files a second time when session initialized | cash |
2012-01-25 | plugins use language cache and cache is cleared properly | cash |
2012-01-25 | caching language data | cash |
2012-01-25 | Refs #4269. Using ElggBatch to delete annotations / metadata again. | Brett Profitt |
2012-01-24 | Fixes #4272 where an array of entity types can be used, use array in config o... | Cash Costello |
2012-01-24 | Merge pull request #151 from cash/system_cache | Cash Costello |
2012-01-24 | Merge pull request #150 from cash/boot | Cash Costello |
2012-01-23 | Refs #4147. Changed default site name to "My New Community." | Brett Profitt |
2012-01-23 | Fixes #1196. Added elgg_set_ignore_access() calls to disable_entity() when ca... | Brett Profitt |
2012-01-22 | Fixes #4295 using on duplicate key to not fail when adding the same user more... | cash |
2012-01-22 | Fixes #4321. Limit alone is no longer valid for batch delete operations for m... | Brett Profitt |
2012-01-22 | Refs #4325. Restored the null vs bool return in elgg_delete_metadata(). | Brett Profitt |
2012-01-22 | Fixes #4318 added guid to the list of parameters for elgg_delete_metadata() | Cash Costello |
2012-01-21 | moved cache loading out of plugin code | Cash Costello |
2012-01-21 | better location for system cache in data directory | Cash Costello |
2012-01-21 | Fixes #4180 finished conversion to system cache by converting datalist/CONFIG... | Cash Costello |