aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-11-19Fixes #568: Exportable code now inclusive not exclusive.marcus
* Added extra function Exportable interface * OpenDD export modified * PHP & JSON export views modified * Default export view will still show all data if you are logged in as admin (since this view is used by the guidtool) git-svn-id: https://code.elgg.org/elgg/trunk@2467 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-11-19Base private setting functions, commit 2ben
git-svn-id: https://code.elgg.org/elgg/trunk@2466 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-11-19Base private setting functions, commit 1ben
git-svn-id: https://code.elgg.org/elgg/trunk@2465 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-11-19Introducing the new private settings table.ben
git-svn-id: https://code.elgg.org/elgg/trunk@2464 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-11-19Added get notable enities on relationshipmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@2463 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-11-19Added get notable enities on metadatamarcus
git-svn-id: https://code.elgg.org/elgg/trunk@2462 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-11-19Added get notable enitiesmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@2461 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-11-18Closes #557marcus
git-svn-id: https://code.elgg.org/elgg/trunk@2460 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-11-14* Introducing get_loggedin_user() and get_loggedin_userid()marcus
* ACLs now using get_loggedin_user* * Some logic cleaned up * Some "Undefined..." messages cleaned up git-svn-id: https://code.elgg.org/elgg/trunk@2459 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-11-14git-svn-id: https://code.elgg.org/elgg/trunk@2458 ↵marcus
36083f99-b078-4883-b0ff-0f9b5a30f544
2008-11-14Removed some "Undefined" messagesmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@2457 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-11-14Removed some "Undefined" messagesmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@2456 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-11-14Removed some "Undefined" messagesmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@2455 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-11-14Removed some "Undefined" messagesmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@2454 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-11-14Removed some "Undefined" messagesmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@2453 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-11-14"Undefined" messages tidied upmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@2452 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-11-14"Undefined" messages tidied upmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@2451 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-11-14"Undefined" messages tidied upmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@2450 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-11-14git-svn-id: https://code.elgg.org/elgg/trunk@2449 ↵marcus
36083f99-b078-4883-b0ff-0f9b5a30f544
2008-11-14* Candidate for initial ElggSession magic classmarcus
* Session now properly cleared on init and logout - this has knock on effect that you can no longer assume that $_SESSION['id'] or 'guid' will be integer, making it necessary to cast. git-svn-id: https://code.elgg.org/elgg/trunk@2448 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-11-14Minor tidying of codemarcus
git-svn-id: https://code.elgg.org/elgg/trunk@2447 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-11-13Experimental ElggCachemarcus
git-svn-id: https://code.elgg.org/elgg/trunk@2446 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-11-12git-svn-id: https://code.elgg.org/elgg/trunk@2445 ↵marcus
36083f99-b078-4883-b0ff-0f9b5a30f544
2008-11-12No longer blanks all caches when clearingmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@2444 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-11-12Closes #543marcus
git-svn-id: https://code.elgg.org/elgg/trunk@2443 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-11-11Ifdef expiresmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@2442 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-11-11Minor tweaks to mod_gzip config. Note that gzip can't compress some things ↵marcus
due to the way that the apache 1.3 stack works git-svn-id: https://code.elgg.org/elgg/trunk@2441 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-11-11Simplified GZIPmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@2440 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-11-11Mod deflate support addedmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@2439 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-11-11Turned on mod_gzip if availablemarcus
git-svn-id: https://code.elgg.org/elgg/trunk@2438 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-11-11Added default expirymarcus
git-svn-id: https://code.elgg.org/elgg/trunk@2437 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-11-11Expires header added to group iconsmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@2436 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-11-10Content length on imagesmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@2435 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-11-10Content length on imagesmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@2434 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-11-10Content length headers on JS and cssmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@2433 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-11-10Javascript now correctly marked as cacheablemarcus
git-svn-id: https://code.elgg.org/elgg/trunk@2432 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-11-10Fixes #541: CSS Now not being cached. Error is being caused somewhere in the ↵marcus
elgg framework which prevents pragma caching from working... not sure what git-svn-id: https://code.elgg.org/elgg/trunk@2431 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-11-10Refs #520marcus
git-svn-id: https://code.elgg.org/elgg/trunk@2430 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-11-10Closes #501marcus
git-svn-id: https://code.elgg.org/elgg/trunk@2429 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-11-10Closes #507marcus
git-svn-id: https://code.elgg.org/elgg/trunk@2428 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-11-10Tidied.marcus
git-svn-id: https://code.elgg.org/elgg/trunk@2427 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-11-07Profiling now showing queries executed before debug flag being setmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@2426 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-11-07Refs #529: Experimental memcaching for metadatamarcus
git-svn-id: https://code.elgg.org/elgg/trunk@2425 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-11-07Fixed datalists errormarcus
git-svn-id: https://code.elgg.org/elgg/trunk@2424 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-11-07Refs #529: Experimental memcaching on datalistsmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@2423 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-11-07Removing unnecessary call to datalistsmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@2422 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-11-07Fixes #530marcus
git-svn-id: https://code.elgg.org/elgg/trunk@2421 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-11-07Refs #529: Experimental caching of metastringsmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@2420 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-11-07Refs #529: Experimental object level cachingmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@2419 36083f99-b078-4883-b0ff-0f9b5a30f544
2008-11-06Reverted limited caching back to array since caching objects don't work so ↵marcus
well for these. git-svn-id: https://code.elgg.org/elgg/trunk@2418 36083f99-b078-4883-b0ff-0f9b5a30f544