Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-28 | Fixes #3823. More carefully casting to int for file's search. | Brett Profitt | |
2011-09-24 | Fixes #3858 added file notification string translation - thanks to slyhne | cash | |
2011-09-22 | Fixes #3795 not inserting the file title when embeding a file and tweaked ↵ | cash | |
css - thanks to slyhne | |||
2011-09-11 | Fixes #3771. Added missing files for embed support. Added requirement for ↵ | Brett Profitt | |
file in embed's manifest. | |||
2011-09-04 | Refs #3661. Pulled in XSS fixes for file search. | Brett Profitt | |
2011-08-27 | Fixes #2911. Embed plugins works again. Added menu for embed sections. This ↵ | Brett Profitt | |
plugin is painfully messy. | |||
2011-07-09 | Refs #3685 need null for no container | cash | |
2011-07-06 | changed new convenience function from elgg_register_add_button() to ↵ | Cash Costello | |
elgg_register_title_button() | |||
2011-07-02 | fixed messages and file plugins for #3544 | cash | |
2011-06-28 | Fixes #3407 added elgg-foot to plugin forms | Cash Costello | |
2011-06-26 | this should update all the core pages and plugins using 'buttons' | cash | |
2011-06-26 | Merge pull request #41 from cash/embed-lightbox | Cash Costello | |
Fixes #3564 Embed rewrite using new lightbox | |||
2011-06-26 | made breadcrumbs consistent in content plugins | Cash Costello | |
2011-06-26 | Fixes #3368 combining $vars with parameters for object/elements/summary view | Cash Costello | |
2011-06-26 | Fixes #3614 updated use of elgg_view_entity() throughout core | Cash Costello | |
2011-06-24 | Fixes #3139 DRYs up group modules | cash | |
2011-06-24 | Refs #1253 using 'list_type' string instead of boolean 'gallery' for entity ↵ | cash | |
listing | |||
2011-06-24 | Merge branch '3404-river-revamp' of https://github.com/ewinslow/Elgg into ↵ | Cash Costello | |
ewinslow-3404-river-revamp Conflicts: languages/en.php | |||
2011-06-24 | Merge pull request #33 from mcloughlin3/master | Cash Costello | |
Fix bug #1932 | |||
2011-06-19 | we "upload" new files and "save" old ones | cash | |
2011-06-19 | moved the download button for files to the action menu (which probably needs ↵ | cash | |
to be a menu) | |||
2011-06-19 | removed the special ajax/embed code from the file plugin | cash | |
2011-06-19 | need a default container for files if form included from outside file plugin ↵ | cash | |
(like the embed plugin) | |||
2011-06-11 | Fixes #3096 added user and group summery views an updated plugins to use the ↵ | cash | |
new view locations git-svn-id: http://code.elgg.org/elgg/trunk@9174 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-06-08 | River revamp for 1.8 | Evan Winslow | |
2011-06-03 | Fixes #3138 using 'all' for group listing urls | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@9133 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-06-02 | fixed embarrassing spelling mistake. | Russell McLoughlin | |
2011-06-01 | Modified upload script to guarentee that the directory under elgg data is ↵ | Russell McLoughlin | |
created or exists. Removed strange chunking code with builtin php function | |||
2011-06-01 | Modified upload code so that it uses php's built in file copy function ↵ | Russell McLoughlin | |
rather than reading the entire uploaded file into memory from the temporary upload directory and then saving it to elgg's data dir. | |||
2011-05-20 | Refs #2104 changed extension to enhancement and added security, widget, and ↵ | cash | |
theme categories git-svn-id: http://code.elgg.org/elgg/trunk@9105 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-04-11 | Fixes #3322 file link removed from owner_block if disabled for a group | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8979 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-04-03 | removed unnecessary context setting | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8931 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-27 | Fixes #3086 using full_view instead of full | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8866 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-26 | Fixes #3239 entities aren't blown away in form prepare functions any more | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8839 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-26 | don't allow a user to remove a title on a file, must replace with another title | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8837 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-24 | added missing language string for comments on file in river | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8830 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-23 | Fixes #3218 group content pages now use container method to determine who ↵ | cash | |
can add content git-svn-id: http://code.elgg.org/elgg/trunk@8818 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-22 | Fixes #2091 completes sidebar tagcloud for major content plugins | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8815 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-22 | Refs #2090 added sidebar comment block to file and pages plugins | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8810 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-22 | Refs #3176 missed group owner page in script renaming | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8809 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-19 | Fixes #3176 replaced usage of index.php where appropriate | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8770 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-19 | Refs #3158 namespace file plugin's page scripts | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8766 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-14 | Refs #3016: Removes inline javascript from embed, file, groups, messages, ↵ | ewinslow | |
profile, thewire git-svn-id: http://code.elgg.org/elgg/trunk@8711 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-13 | fixed typo in file index.php | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8681 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-13 | Refs #3096 using 'summary' instead of list/body | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8680 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-12 | Fixes #3071 group "widgets" check permissions now | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8667 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-10 | Fixes #2228: Major cleanup of urls -- remove leading pg/ and trailing / from ↵ | ewinslow | |
most urls in core and plugins git-svn-id: http://code.elgg.org/elgg/trunk@8653 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-07 | Refs #2895 entity menu uses new menu system | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8622 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-07 | cleaned up the groups plugin css | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8619 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-06 | Refs #2104 added some categories to core (bundled) plugins | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8612 36083f99-b078-4883-b0ff-0f9b5a30f544 |