aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-06-16Marcus Povey 20090616:marcus
* Closes #964: Introduces a plugin hook 'annotations:view', $entity_class (object/user/group/site) called elgg_view_entity on FULL view. This lets you return annotations to an entity and control the order in which they're displayed. Existing views remain un-effected but should probably be retrofitted. * Version bump. git-svn-id: https://code.elgg.org/elgg/trunk@3337 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-06-16Bugfix to archive logs sqlmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@3336 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-06-14URL shortener view.marcus
git-svn-id: https://code.elgg.org/elgg/trunk@3334 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-06-14Actions rewrite rule will now match against numbers as well as letters.marcus
git-svn-id: https://code.elgg.org/elgg/trunk@3333 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-06-14Version bumpmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@3332 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-06-14Call out to a url shortner if one is available, through the use of the ↵marcus
input/urlshortner view. git-svn-id: https://code.elgg.org/elgg/trunk@3331 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-06-12Version bumpmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@3330 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-06-12Refs #1041: marcus
* Speculative fix, extended blacklist of invalid characters for user signup * Mapping some filestore matrix characters (notable '.') to a safe char git-svn-id: https://code.elgg.org/elgg/trunk@3329 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-06-12Refs #1041: Extra debugmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@3328 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-06-11Block URL unsafe characters from usernamemarcus
git-svn-id: https://code.elgg.org/elgg/trunk@3327 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-06-10File cache attempts to create directory if it is not present.marcus
git-svn-id: https://code.elgg.org/elgg/trunk@3324 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-06-08* Introducing substr wrapper functionmarcus
* Wire strips tags (Closes #1045) git-svn-id: https://code.elgg.org/elgg/trunk@3323 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-06-05Closes #639: marcus
* Metastrings can be searched either case sensitive or insensitive modes. * Tags now have case lowered in a UTF8 safe way (requires mbstring support). * Introducing mb_wrapper.php containing multibyte wrapper functions. * Version bump. * Introduces #1043 for consideration. git-svn-id: https://code.elgg.org/elgg/trunk@3322 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-06-05Close #1040: Limited explode on action and page handler.marcus
git-svn-id: https://code.elgg.org/elgg/trunk@3321 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-06-04Closes #1037: Removed double pastingmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@3320 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-06-04Changed a variable name that IE did not like.kevin
git-svn-id: https://code.elgg.org/elgg/trunk@3319 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-06-04Closes #998 : Operator selection on get by metadata multimarcus
git-svn-id: https://code.elgg.org/elgg/trunk@3318 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-06-02Removed some error messagesmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@3317 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-05-29Option to suppress visible errors in token validation code.marcus
git-svn-id: https://code.elgg.org/elgg/trunk@3316 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-05-29hashed out folders viewdave
git-svn-id: https://code.elgg.org/elgg/trunk@3315 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-05-28Closes #1035: Page handler now urldecodes input, necessary as vars are ↵marcus
extracted from request_uri and not $_REQUEST (which is automatically decoded) git-svn-id: https://code.elgg.org/elgg/trunk@3314 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-05-28Fixed some typos in group searchmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@3313 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-05-28Group search language correctionmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@3312 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-05-28Group search language correctionmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@3311 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-05-28Refs #965: Correct some search links.marcus
git-svn-id: https://code.elgg.org/elgg/trunk@3310 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-05-28Refs #965: Correct some search links.marcus
git-svn-id: https://code.elgg.org/elgg/trunk@3309 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-05-28Refs #965: Search now correctly using page handler to make it easier to replace.marcus
git-svn-id: https://code.elgg.org/elgg/trunk@3308 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-05-28Refs #965: Topbar search now pointing at correct url.marcus
git-svn-id: https://code.elgg.org/elgg/trunk@3307 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-05-28Closes #805: Top bar search now internationalised. Refs #965marcus
git-svn-id: https://code.elgg.org/elgg/trunk@3306 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-05-27Delete event now triggered on metadata and annotation deletemarcus
git-svn-id: https://code.elgg.org/elgg/trunk@3305 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-05-27Version bumpmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@3304 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-05-27Admin shortcut flag set on login as well as initmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@3303 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-05-27Removed plugin-specific references from file_display_thumbnail and ↵kevin
file_add_to_folders. git-svn-id: https://code.elgg.org/elgg/trunk@3302 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-05-22Refs #965: Allowing upgrades to be loaded from other locations.marcus
git-svn-id: https://code.elgg.org/elgg/trunk@3301 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-05-22Closes #1030: Group title and description search added, refs #965marcus
git-svn-id: https://code.elgg.org/elgg/trunk@3300 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-05-22Closes #1031: Restored wildcard as it didn't appear that slow.marcus
git-svn-id: https://code.elgg.org/elgg/trunk@3299 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-05-21captcha layout tweakdave
git-svn-id: https://code.elgg.org/elgg/trunk@3298 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-05-19Version bumpmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@3297 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-05-19Refs #1027: Introducing $CONFIG->db_disable_query_cache which allows ↵marcus
disabling of query cache for implementation in CLI mode git-svn-id: https://code.elgg.org/elgg/trunk@3296 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-05-19Closes #1026: Removed "@" from include statementmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@3295 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-05-18Closes #1025: Using the correct variable.marcus
git-svn-id: https://code.elgg.org/elgg/trunk@3294 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-05-14Version bumpmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@3293 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-05-14Closes #646: GeoRSS support added to Locatable objects with coordinates on ↵marcus
RSS feeds git-svn-id: https://code.elgg.org/elgg/trunk@3292 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-05-14Closes #1024: Added call to views which allow extensions to be made.marcus
git-svn-id: https://code.elgg.org/elgg/trunk@3291 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-05-14Making use of the Dublin Core extensions to provide owner information in RSS ↵marcus
feeds git-svn-id: https://code.elgg.org/elgg/trunk@3290 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-05-14Fixed geocode stuff + version bumpmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@3289 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-05-13Version bumpmarcus
git-svn-id: https://code.elgg.org/elgg/trunk@3288 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-05-13Closes #1009: Diagnostics unit test with examplemarcus
git-svn-id: https://code.elgg.org/elgg/trunk@3287 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-05-13Refs #1009: Enhancements to diagnostics tool to use the test framework.marcus
git-svn-id: https://code.elgg.org/elgg/trunk@3286 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-05-13Refs #1009: Changed the method tests are performed.marcus
git-svn-id: https://code.elgg.org/elgg/trunk@3285 36083f99-b078-4883-b0ff-0f9b5a30f544