aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-02-12Fixes #2906. Added elgg_sql_reverse_order_by() and wired it up to ege() and e...brettp
2011-02-12a mostly completed port of JHU/APL wire plugin to 1.8cash
2011-02-12Refs #650. Replaced calls to get_annotations() by elgg_get_annotations().brettp
2011-02-12added the status view into details on profile pagecash
2011-02-12Refs #650. Replaced uses for get_metadata_byname() by elgg_get_metadata()brettp
2011-02-12Refs #650. Changed elgg_get_metadata_by_id() to elgg_get_metadata_from_id() t...brettp
2011-02-12Refs #650. Replaced get_metadata() by elgg_get_metadata_by_id()brettp
2011-02-12Refs #650: Replaced uses of get_metadata_for_entity() by elgg_get_metadata().brettp
2011-02-12allow plugins to decline the addition of tags to their entity list viewcash
2011-02-12Deprecated get_metadata() by elgg_get_metadata_by_id() to avoid confusion wit...brettp
2011-02-12Refs #650: Deprecated find_metadata() with elgg_get_metadata(). Deprecated ge...brettp
2011-02-12Label wraps checkbox for usabilityewinslow
2011-02-12Doh, how did this get here?ewinslow
2011-02-12Refs #2898: Updated docs and test manifest for the xmlns changes.brettp
2011-02-12Refs #2898: Using an XML namespace instead of version attribute on plugin man...brettp
2011-02-12Cleaned up more twitterservice code. Twitter usernames now have random digits...brettp
2011-02-12Deleting a user from his profile forwards to the right page.brettp
2011-02-12Fixed #2887 redirects on blog, file, and pages works now - bookmarks plugin s...cash
2011-02-12updated reported content to use elgg_view_formcash
2011-02-12clean up the last few commitscash
2011-02-12Refs #2032 core forms use divscash
2011-02-12updated the plugins that have already been updated to 1.8 html/css to use div...cash
2011-02-12pulled delete form out of edit view for groupscash
2011-02-12recommended to use <div> in forms for wrapping content - added css to support...cash
2011-02-12moved security tokens to top of form so we can use :last-childcash
2011-02-12fixed another bug from last nightcash
2011-02-12fixing a few bugs introduced last night in the input viewscash
2011-02-12fixed enable group bookmarks language stringcash
2011-02-12Refs #1393 added work around note to checkboxes and radio inputs for integer ...cash
2011-02-12hmmm...mixed up my left and right on that last commitcash
2011-02-12Fixes #972 checkboxes and radio input fields support horizontal and vertical ...cash
2011-02-12blog object wasn't being passed to the form viewcash
2011-02-12fixed bug in elgg_format_attributes() that caused none string values to be ig...cash
2011-02-12reverted part of [8148] that broke all formscash
2011-02-12continued cleaning up admin plugin settingscash
2011-02-12Fixes #2143: DRYed up input/radio -- other views still should be addressed, b...ewinslow
2011-02-12Refs #2143: General cleanup of input viewsewinslow
2011-02-12Refs #2143: DRYed up input/access -- wow, that feels goodewinslow
2011-02-12Refs #2143: DRYed up input/longtext -- maybe I missed it, but was there a dif...ewinslow
2011-02-12Refs #2143: DRYed up input/plaintextewinslow
2011-02-12Refs #2143: DRYed up input/dropdown -- probably could be better stillewinslow
2011-02-12Refs #2143: DRY up input/hiddenewinslow
2011-02-12Refs #2143: DRYed up input/passwordewinslow
2011-02-12Refs #2143: DRYed up input/fileewinslow
2011-02-12register_entity_url_handler => elgg_register_entity_url_handler (because ever...ewinslow
2011-02-12Refs #2610: Using call_user_func in url hooksewinslow
2011-02-12Page handler uses call_user_func (so methods of classes can be used as page h...ewinslow
2011-02-12Twitter services now allows login with twitter properly for a single user.brettp
2011-02-12Added elgg_get_entities_from_plugin_user_settings(). Added a name_prefix opti...brettp
2011-02-12Fixes #2904: Converted most elgg_view('layout/objects/module') instances to e...ewinslow