aboutsummaryrefslogtreecommitdiff
path: root/engine
AgeCommit message (Expand)Author
2013-02-13Merge tag '1.8.13' of git://github.com/Elgg/ElggSem
2013-01-25Fixes #4972 decode special chars before encoding for friendly titlescash
2013-01-25Fixes #4987 removed unnecessary codecash
2013-01-25Fixes #5002 unlocking the upgrade before forwarding to upgrade scriptcash
2013-01-25Fixes #4992 - saving temporary private settings works nowcash
2013-01-20Fixes #4991 CLI allowed when walled garden is turned onCash Costello
2013-01-08Merge pull request #412 from Srokap/filestore_loose_owner_controlBrett Profitt
2012-12-28fixes: invalid link in admin footerPaweł Sroka
2012-12-22Fixes #4856 removed incorrect argument to create_object_entity()Cash Costello
2012-12-19Refs #4789. Removing the container check for river items.Brett Profitt
2012-12-18Merge branch 'pr-380' into 1.8Brett Profitt
2012-12-18Fixes #3940. Cleaned up caching for access functions. Access caches are now c...Brett Profitt
2012-12-17Fixes #4709. Removed documentation for unused annotation_id(s) in egef_annota...Brett Profitt
2012-12-17Fixes #4720. Disabling access while finding / fetching page owners so group g...Brett Profitt
2012-12-17Merge branch 'pr-358' into 1.8Brett Profitt
2012-12-17Merge pull request #446 from mrclay/4929-18-entitiesoptBrett Profitt
2012-12-16Fixes #4962. Using get/setData() methods to store menu item original_order.Brett Profitt
2012-12-16Merge branch 'pr-309' into 1.8Brett Profitt
2012-12-16Refs #4643. Cleanup for the upgrade lock.Brett Profitt
2012-12-16Merge pull request #325 from beck24/#2845-site-menu-select-persistanceBrett Profitt
2012-12-10Fixes #1479. Added ElggAutoP. Removing [\n\r] from test strings before compar...Brett Profitt
2012-12-10Merge branch '1.8' of github.com:Elgg/Elgg into 1.8Brett Profitt
2012-12-08Refs #4869 fixed formattingcash
2012-12-08Fixes #4806 make the create_<subtype>_entity() functions privatecash
2012-12-08Fixes #4948, #4686 checking that event/hook exists before trying to unregistercash
2012-12-07Merge tag '1.8.11' of git://github.com/Elgg/ElggSem
2012-12-07Fixed invalid type hint for ElggPluginManifestParser.Brett Profitt
2012-12-06Merge branch 'pr-420' into 1.8Brett Profitt
2012-12-05Renamed XmlElement changes to ElggXMLElement. Fixed plugin manifest parsing.Brett Profitt
2012-12-05Fixes 3468 - replaces xml_to_object function with MIT licensed implementation.Srokap
2012-12-04Merge pull request #443 from mrclay/4932-18Steve Clay
2012-12-04Merge pull request #452 from mrclay/view-mem-optimizeSteve Clay
2012-12-01Make metadata prefetch respect accessSteve Clay
2012-11-29views boot: clearer organizationSteve Clay
2012-11-29elgg_view: cut 2 function calls in usual case, consolidated argument checking...Steve Clay
2012-11-29Views code/docs cleanup, remove unneeded vars/codeSteve Clay
2012-11-29Don't need htmlawed for ?view, prevent "Array" from being used as view type Steve Clay
2012-11-28Merge pull request #442 from mrclay/4926-18-riverfetchSteve Clay
2012-11-28Fixes #4937: Metadata cache is purged when entity cache item removedSteve Clay
2012-11-28Subtype functions cleanupSteve Clay
2012-11-27Added caching of all subtypes with single queryPaweł Sroka
2012-11-27elgg_get_config: Don't generate NOTICE if $value not setSteve Clay
2012-11-27Don't hit DB on elgg_get_config after putting all configuration into local ob...Paweł Sroka
2012-11-28Fixes #4935 - Adds admin listing in admin panelKrzysztof Różalski
2012-11-26Refs #4933: cache in plugin constructor, remove $CONFIGSteve Clay
2012-11-26Fixes #4929: Optimize elgg_get_entities and add attribute loaderSteve Clay
2012-11-26Fixes #4933 - Adds plugin_id to GUID lookup mapPaweł Sroka
2012-11-26river prefetch: Don't call elgg_get_entities if no GUIDs to fetchSteve Clay
2012-11-26Fixes #4932: Allow plugins to be saved in entity cacheSteve Clay
2012-11-25check entity cache first, and remove limit (from Paweł Sroka's branch)Steve Clay