Age | Commit message (Expand) | Author |
2010-01-22 | Fixed a bug preventing messages and warnings from passing during a forward(). | brettp |
2010-01-21 | Updated views to use output/url with action flag set. | brettp |
2010-01-21 | Removed output/action_link view as it duplicated much of output/url. | brettp |
2010-01-21 | Removing debug output from previous commit. | brettp |
2010-01-21 | Corrected a possible SQL insertion bug in elgg_get_entity_metadata_where_sql(). | brettp |
2010-01-21 | Fixing bug in resizing function that would incorrectly attempt to crop a pict... | brettp |
2010-01-21 | Changed default declaration of $vars in elgg_view() to array(). | brettp |
2010-01-21 | Fixed a typo causing a WSOD. | brettp |
2010-01-21 | Fixes #750: All actions require __elgg_ts and __elgg_token. | brettp |
2010-01-21 | elgg_http_build_query() now supports ports. | brettp |
2010-01-21 | Adding a view to generate action links for single-click actions. | brettp |
2010-01-20 | Fixing bugs in search that would break pagination. | brettp |
2010-01-20 | Refs #1161: Added empty pagination view for RSS feeds. | brettp |
2010-01-20 | Resetting cropping coords for images that can't be cropped in filestore. | brettp |
2010-01-20 | Fixes #1445: get_resized_image_from_existing_file() has an optional parameter... | brettp |
2010-01-20 | Fixed documentation for time created and modified params in elgg_get_entities(). | brettp |
2010-01-15 | Removing order by clause for now in search. | brettp |
2010-01-15 | Updated CHANGES for #1414. | brettp |
2010-01-14 | Stripping slashes on output of original search query. | brettp |
2010-01-14 | Allowing no table prefix in search_get_search_where_sql() | brettp |
2010-01-14 | Fixed incorrect order by for search sorting. | brettp |
2010-01-14 | Fixed an incorrect var name that caused a bug when hooking against a type but... | brettp |
2010-01-14 | Removed unnecessary view directories. | brettp |
2010-01-14 | Added checking and an ERROR log if elgg_view() is passed a non-array $vars. | brettp |
2010-01-13 | Updated contributors with entire MITRE team. | brettp |
2010-01-13 | Creating a helper function to return INI values in bytes. | nickw |
2010-01-12 | Fixes #1414: Metadata set to a falsy value (except NULL) returns TRUE for iss... | brettp |
2010-01-12 | closes #1145 - deprecated current "copy constructor" for all entities and imp... | cash |
2010-01-12 | Cleaned up RSS entity view for search a bit. | brettp |
2010-01-12 | Added phpdoc header to index.php | brettp |
2010-01-11 | Always generating action tokens with output/confirmlink. | nickw |
2010-01-11 | Fixed a few spelling mistakes. | brettp |
2010-01-11 | Sanitising relationship in elgg_get_entities_from_relationship(); | brettp |
2010-01-11 | Fixed tag output link for new search. | brettp |
2010-01-11 | Pulling out entity views in search. | brettp |
2010-01-10 | Fixes #1399: Case sensitivity was never in the deprecated function, so no nee... | brettp |
2010-01-10 | Fixes #538. Applied Cash's patch. This is an old one...jeepers. | brettp |
2010-01-10 | Fixes #1375: Metadata names and values are properly escaped. | brettp |
2010-01-10 | Fixes #1432: Version number is set during installation. | brettp |
2010-01-08 | Refs #1400: Fixed a typo in checking the site_guid. Can't duplicate #1400 no... | brettp |
2010-01-08 | Updated language file to reflect default prefix change. | brettp |
2010-01-08 | Changed default prefix to 'elgg_' for table name readability. | brettp |
2010-01-08 | Fixes #1172: URL now checked for trailing slash upon installation. | brettp |
2010-01-06 | Fixing an upgrade issue relating from invalid (non-existent) usernames | nickw |
2010-01-05 | Added an upgrade to enable the search plugin. | brettp |
2010-01-03 | Set admin user's validation upon initial registration. | brettp |
2009-12-31 | Closes #1424: Faulty database migrations will now halt an upgrade. | brettp |
2009-12-31 | Removed debug data. | brettp |
2009-12-31 | Removed lock tables from db utf8 migration because it fails on some (all?) se... | brettp |
2009-12-21 | a little cleanup of documentation and variable handling in input and output v... | cash |