aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-14Fixes #4961 - Addc "last rule" tag to mod_rewrite rules in htaccess_distPaweł Sroka
2012-12-13Checking if we have an owner before using it.Sem
2012-12-11Merge pull request #458 from sembrestels/search-warningsBrett Profitt
Avoid some warnings and a division by 0.
2012-12-10Fixes #1479. Added ElggAutoP. Removing [\n\r] from test strings before ↵Brett Profitt
compare to deal with differing whitespace between tags among PHP versions.
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
Elgg 1.8.11 release
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-05Merge branch '1811' into 1.8Steve Clay
2012-12-05Prep for 1.8.11 release. version/CHANGES updatesSteve Clay
2012-12-05Fixes fatal error in groups/add page.Steve Clay
2012-12-05Avoid some warnings and a division by 0.Sem
2012-12-04Bumped version to 1.8.10. Updated changes. Refs #4947.Brett Profitt
2012-12-04Merge pull request #443 from mrclay/4932-18Steve Clay
Fixes #4932: Allow plugins to be saved in entity cache
2012-12-04Fixes #4946 - In views/default/core/settings/statistics/online.php there's ↵Krzysztof Różalski
get_system_log call but system_log call can be supressed by unregistering default handler. Better to use last_login attribute.
2012-12-04Merge pull request #452 from mrclay/view-mem-optimizeSteve Clay
Minor cleanup/optimizations of lib/views
2012-12-01Make metadata prefetch respect accessSteve Clay
2012-12-01Upgrade remaining plugins.lorea-preprodSem
2012-12-01Merged production changes.Sem
2012-11-30Upgraded plugins.Sem
2012-11-30Merge pull request #298 from sembrestels/icons-valignSteve Clay
Fixes #4008: Consistent icon alignment in admin area
2012-11-29views boot: clearer organizationSteve Clay
2012-11-29elgg_view: cut 2 function calls in usual case, consolidated argument ↵Steve Clay
checking at top
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
Fixes #4926: prefetches entities to be displayed in river
2012-11-28Merge branch '4937-18-md' into 1.8Steve Clay
2012-11-28Fixes #4937: Metadata cache is purged when entity cache item removedSteve Clay
2012-11-28Merge branch 'optimize-subtype-loading' into 1.8Steve Clay
2012-11-28Subtype functions cleanupSteve Clay
2012-11-27Added caching of all subtypes with single queryPaweł Sroka
2012-11-27Merge branch 'optimize-elgg_get_config' into 1.8Steve Clay
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 ↵Paweł Sroka
object
2012-11-27Merge pull request #447 from cristo-rabani/ticket_4935Steve Clay
Fixes #4935 - Adds admin listing in admin panel
2012-11-28Fixes #4935 - Adds admin listing in admin panelKrzysztof Różalski
2012-11-26Merge branch 'pr-444' into 1.8Steve Clay
2012-11-26Refs #4933: cache in plugin constructor, remove $CONFIGSteve Clay
2012-11-26Merge branch 'pr-445' into 1.8Steve Clay
2012-11-26JS views: enable syntax highlighting and add missing semicolonsSteve Clay
2012-11-26Fixes #4929: Optimize elgg_get_entities and add attribute loaderSteve Clay
2012-11-26Fixes #4927 - Removes obsolete commas in JS code for IE7 compatibilityPaweł Sroka
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