Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-12 | Fixes #4567 adds a wire post view | Cash Costello | |
2012-06-12 | Merge pull request #228 from sembrestels/search-all | Cash Costello | |
Fixes #3583. Added hidden input in search box to add the &search_type=all... | |||
2012-06-02 | Fixes #4539 debrand ajax spinner | Cash Costello | |
2012-06-02 | Fixes #4536 removes use of deprecated list_annotations() from pages plugin | Cash Costello | |
2012-06-02 | Fixes #4498 special check for admin pages that are throwing 404 errors - ↵ | Cash Costello | |
this won't be needed once we get rid of the admin context reminder. We may want to use the admin page shell for the 404 errors then. | |||
2012-06-02 | Refs #4406 fixed grammar in error message | Cash Costello | |
2012-06-02 | Merge pull request #193 from jeabakker/#4406 | Cash Costello | |
#4406: validate username for max chars | |||
2012-06-02 | Merge pull request #207 from jeabakker/#4486 | Cash Costello | |
#4486: Group profile: sidebar members has pagination | |||
2012-06-02 | fixed typo in categories plugin | Cash Costello | |
2012-06-02 | allow blog widget on dashboard | Cash Costello | |
2012-06-02 | fixed typo for friends activity string | Cash Costello | |
2012-06-02 | Refs #4437 let the object/elements/summary view handle the tags | Cash Costello | |
2012-06-02 | Fixes #4437 allowing plugins to pass tag HTML to the view ↵ | Cash Costello | |
object/elements/summary | |||
2012-06-02 | renamed variable to cause less confusion with the arguments ↵ | Cash Costello | |
elgg_trigger_plugin_hook() | |||
2012-06-02 | Merge pull request #190 from mrclay/patch-2 | Cash Costello | |
Patch for #4447 | |||
2012-06-02 | added 2 missing language strings for profile editing - thanks to webgalli ↵ | Cash Costello | |
for reporting these | |||
2012-06-02 | Merge pull request #172 from ewinslow/river-externalize-js | Cash Costello | |
Externalizes river JS | |||
2012-06-02 | Fixes #2424 confirmation message when deleting multiple messages | Cash Costello | |
2012-06-02 | Merge pull request #238 from mrclay/patch-6 | Cash Costello | |
Fixes #4480: Forward to REFERER after comment delete | |||
2012-06-02 | Merge pull request #230 from sembrestels/avatar-revert1.8 | Cash Costello | |
Fixes #4396. Revert avatar also deletes avatar's files and crop coords now. | |||
2012-06-02 | Merge pull request #237 from mrclay/4481_18 | Cash Costello | |
Fixes #4481: In can_edit_extender, correctly pass entity to permissions hook. | |||
2012-06-02 | Refs #2411 removed <code> in warning as it was causing a display issue in ↵ | Cash Costello | |
server info table | |||
2012-06-02 | Merge pull request #222 from mrclay/issue2411 | Cash Costello | |
Fixes #2411: Show message when upload exceeds PHP limits | |||
2012-05-28 | Call elgg_register_simplecache_view('css/admin') to register admin css with ↵ | Jeff Tilson | |
simplecache | |||
2012-05-18 | Fixes #4480: Forward to REFERER after comment delete | Steve Clay | |
2012-05-17 | Fixes #4481: In can_edit_extender, correctly pass entity to permissions ↵ | Steve Clay | |
hook. Also fixes missing attribute name in ProblemUpdatingMeta import exception. | |||
2012-05-17 | Version bump. Updates CHANGES.txt | Evan Winslow | |
2012-05-17 | Fixes #4249: Removes links to non-existent documentation. | Evan Winslow | |
2012-05-17 | Fixes #4448: Embed plugin now requires file plugin. | Evan Winslow | |
2012-05-17 | Refs #4396. No revert, remove. | Sem | |
2012-05-17 | Fixes #4396. Revert avatar also deletes avatar's files and crop coords now. | Sem | |
2012-05-17 | Fixes #3583. Added hidden input in search box to add the &search_type=all in ↵ | Sem | |
search urls, and highlight the All menu item. | |||
2012-05-16 | Merge remote-tracking branch 'mrclay/patch-3' into 1.8 | Evan Winslow | |
2012-05-16 | Merge pull request #199 from jeabakker/group_icon | Evan Winslow | |
Fixes #4528: Group default icons now point to the correct image files. | |||
2012-05-16 | Merge pull request #215 from mrclay/patch-5 | Evan Winslow | |
Fixes #4509: Invalid id attribute markup in page/elements/comments view | |||
2012-05-16 | Merge pull request #220 from jdalsem/patch-7 | Evan Winslow | |
Correctly register js language view to simplecache | |||
2012-05-16 | Fixes #4456: more robust .gitignore (1.8) | Steve Clay | |
2012-05-16 | Fixes #2411: Show message when upload exceeds PHP limits, and show limits in ↵ | Steve Clay | |
Server Info | |||
2012-05-15 | correctly registering js language. Otherwise the simple cache will not work ↵ | Jeroen Dalsem | |
and will constantly regenerate the cached views (which is a big issue) | |||
2012-05-14 | Refs #4313. Loading ElggPlugin classes with the fully joined objects table. | Brett Profitt | |
This cuts the number of db queries in half for loading plugins with elgg_get_plugins(). Will look to adapt these techniques to other classes in 1.8.6. | |||
2012-05-14 | Making sure access calls don't get cached if access is disabled and it's the ↵ | Brett Profitt | |
first call after $init_finished is set. | |||
2012-05-14 | Only caching access lists after ready, system fires. | Brett Profitt | |
This prevents a bug where access lists could be cached and not cleared during plugin boot while access was disabled, which could expose entities set to ACCESS_PRIVATE. | |||
2012-05-14 | Setting the useradd action's access to admin instead of public. | Brett Profitt | |
2012-05-14 | Updated CHANGES.txt. | Brett Profitt | |
2012-05-14 | Fixes possible XSS vector. | Brett Profitt | |
2012-05-11 | Fixed typo for admin notice about plugins not being loaded because of ↵ | Brett Profitt | |
mod/disabled | |||
2012-05-10 | Updated changes. | Brett Profitt | |
2012-05-10 | Fixes #4512. Passing inc_offset only for deleting / disabling callbacks in ↵ | Brett Profitt | |
metastring functions. | |||
2012-05-10 | Refs #4487. Turning off system log (even more) during upgrades. Removed ↵ | Brett Profitt | |
debug call to system_log() in create_annotation(). | |||
2012-05-10 | Fixes #2776. Overriding permissions to delete metadata when overwriting ↵ | Brett Profitt | |
multiple values. |