aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-12Added phpdoc header to index.phpbrettp
2010-01-11Always generating action tokens with output/confirmlink.nickw
2010-01-11Fixed a few spelling mistakes.brettp
2010-01-11Sanitising relationship in elgg_get_entities_from_relationship();brettp
2010-01-11Fixed tag output link for new search.brettp
2010-01-11Pulling out entity views in search.brettp
2010-01-10Fixes #1399: Case sensitivity was never in the deprecated function, so no nee...brettp
2010-01-10Fixes #538. Applied Cash's patch. This is an old one...jeepers.brettp
2010-01-10Fixes #1375: Metadata names and values are properly escaped.brettp
2010-01-10Fixes #1432: Version number is set during installation.brettp
2010-01-08Refs #1400: Fixed a typo in checking the site_guid. Can't duplicate #1400 no...brettp
2010-01-08Updated language file to reflect default prefix change.brettp
2010-01-08Changed default prefix to 'elgg_' for table name readability.brettp
2010-01-08Fixes #1172: URL now checked for trailing slash upon installation.brettp
2010-01-06Fixing an upgrade issue relating from invalid (non-existent) usernamesnickw
2010-01-05Added an upgrade to enable the search plugin.brettp
2010-01-03Set admin user's validation upon initial registration.brettp
2009-12-31Closes #1424: Faulty database migrations will now halt an upgrade.brettp
2009-12-31Removed debug data.brettp
2009-12-31Removed lock tables from db utf8 migration because it fails on some (all?) se...brettp
2009-12-21a little cleanup of documentation and variable handling in input and output v...cash
2009-12-21removed unused variable in entities indexcash
2009-12-21fixed #1087 - is_group_member() now returns boolean values onlycash
2009-12-21fixes #988 - subtype is now available on new entities after being savedcash
2009-12-20fixed bug where array of messages passed to system_messages caused execution ...cash
2009-12-20fixes #1322 - "remember me" cookie code is cleared when a user is bannedcash
2009-12-20fixes #1193 - now specify charset in both metatag and http headercash
2009-12-20cleaned up logic on db query cachecash
2009-12-20fixed typo in list_entities()cash
2009-12-18Clarified the documentation for add_entity_relationship().brettp
2009-12-18add comment action now using get_loggedin_user() rather than $_SESSION['user']cash
2009-12-18added js to input/formcash
2009-12-18better parsing of query for action and page handlerscash
2009-12-17perhaps this is what Brett intended with the new mb_wrapper codecash
2009-12-17fixed notices caused by some input viewscash
2009-12-17fixed warning due to database query cachecash
2009-12-17when asking for a count of entities, we now return an integer rather than a s...cash
2009-12-17get_submenu was throwing out tons of notices - this should be fixed nowcash
2009-12-17fixes #951 - using background-color rather than backgroundcash
2009-12-16better version of get_resized_image_from_existing_file() - fixes #685 - more ...cash
2009-12-16added comments on get_input and set_input since they do not handle nested arrayscash
2009-12-15Fixes #1413: New server test.brettp
2009-12-14closes #1277 - display_tagcloud() now has same parameters as get_tags()cash
2009-12-14fixes #1197 - no division by zero warning any longercash
2009-12-14easier to extend login and registration forms nowcash
2009-12-14updated CHANGES.txt with info on river tablecash
2009-12-14fixed line endings on services api unit testscash
2009-12-14added some missing language stringscash
2009-12-10closes #1244 - checking whether file exists before deleting it in cachecash
2009-12-10closes #1226 - fixes eclipse validation errorcash