aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-10-03Merge pull request #70 from cash/embed-menuCash Costello
Fixes #3852, #3854, #3855 Refs #3567 Embed plugin rewrite
2011-10-03using better insert classcash
2011-10-03removed the sections from the menu to provide more flexibility in tab orderingcash
2011-10-02Fixed avatar handling for default icons if the uploaded file is missing.Brett Profitt
2011-10-02Merged docs update for getters from 1.7.Brett Profitt
2011-10-02Merged file mime type detection from 1.7.Brett Profitt
2011-10-02Merged fixes for delayed queries from 1.7.Brett Profitt
2011-10-02Merged test for can_write_to_container().Brett Profitt
2011-10-02Fixes #3675. Added admin gate keeper to unit tests.Brett Profitt
2011-10-02Removing admin notice for unpopulated categories when disabling categories ↵Brett Profitt
plugin.
2011-10-02Fixes #3915. Added ElggPlugin->getFriendlyName() to check for ↵Brett Profitt
manifest->getName() first, then for plugin ID. Added better descriptions for plugin activation errors.
2011-10-02Merge branch 'master' of github.com:Elgg/ElggBrett Profitt
2011-10-01Fixes #3860 changed context-sensitive to dynamic to describe menuscash
2011-10-01Fixes #3686 added work around for PHP bug when validating URLs with dashescash
2011-10-01Fixes #3888 correcting initialization of avatar cropping libraryCash Costello
2011-10-01Fixes #3913 registering jquery.imgareaselectCash Costello
2011-10-01Fixes #3912 checking that the upload succeeded before resizingCash Costello
2011-10-01more was defined twice in the core language fileCash Costello
2011-10-01Updated the instructionscash
2011-10-01fixed the forwarding of an embed upload formcash
2011-10-01cleaned up the embed item view and removed the inline jscash
2011-10-01removed unnecessary codecash
2011-10-01using the menu system for the embed tabs and adding a reusable select list viewcash
2011-10-01Fixes #3826 using wwwroot in 1.8.x releasescash
2011-09-30Fixes #3890 removed admin check in useradd form since it is only used by adminscash
2011-09-30Fixes #3904 action word should come first for encode_text parametercash
2011-09-29Fixes #3894 ui-datepicker should start out hiddencash
2011-09-29Merge branch 'master' of github.com:brettp/ElggBrett Profitt
2011-09-29Fixes #3666, #3748 distinct CSS for inline vs popup date picker and fixed ↵cash
position bug for prev/next links in header
2011-09-29Fixes #3827 updated documentation on @return for elgg_get_entities* functionscash
2011-09-28Fixes #3891. elgg_register_external_file() defaults priority to 500. Elgg's ↵Brett Profitt
default CSS now at 500 instead of 1.
2011-09-28Fixes #3879. Removed some instances of deprecated views / functions.Brett Profitt
2011-09-28Fixes #3823. More carefully casting to int for file's search.Brett Profitt
2011-09-28Refs #3808. Removed failing tests for manifest translations.Brett Profitt
2011-09-28Fixes #3713. elgg_get_entities() and friends return false if passed invalid ↵Brett Profitt
options.
2011-09-26Fixes #2921 clearing new ignore internal variablescash
2011-09-25Fixes #3876 fixed dangling more site menu when items are manually selected - ↵cash
thanks to JEBailey
2011-09-25Fixes #3877 updates river db table for replying to forum topicscash
2011-09-25Refs #3842 adding river view back so that those upgrading from earlier Elgg ↵cash
views don't have empty river messages
2011-09-24Fixes #3653 shrink wrapping .elgg-avatar so that hover menu arrow is ↵Cash Costello
constrained to the avatar image
2011-09-24Fixes #3845 added ie7 css view and tested all current hacks for ie7Cash Costello
2011-09-24Fixes #3858 added file notification string translation - thanks to slyhnecash
2011-09-24Fixes #3809 updated admin buttons csscash
2011-09-24Fixes #3828 correct list classescash
2011-09-24Fixes #3865 updated logbrowser refine formcash
2011-09-24Fixes #3788 pagination highlighting updated for admin themecash
2011-09-24Refs #3864 updated the two form bodies for edit profile fieldscash
2011-09-24Fixes #3856 adds elgg-foot to forms missing it in /views/default/forms and ↵cash
updated documentation
2011-09-23Refs #3859. Using PHP internal functions to expire cache in +6 months ↵Brett Profitt
instead of doing math manually to avoid int overflow.
2011-09-22Fixes #3795 not inserting the file title when embeding a file and tweaked ↵cash
css - thanks to slyhne