aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-02-12Fixes #2906. Added elgg_sql_reverse_order_by() and wired it up to ege() and ↵brettp
ega(). Pass 'reverse_order_by' => true in option arrays. git-svn-id: http://code.elgg.org/elgg/trunk@8184 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12a mostly completed port of JHU/APL wire plugin to 1.8cash
git-svn-id: http://code.elgg.org/elgg/trunk@8183 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12Refs #650. Replaced calls to get_annotations() by elgg_get_annotations().brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8182 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12added the status view into details on profile pagecash
git-svn-id: http://code.elgg.org/elgg/trunk@8181 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12Refs #650. Replaced uses for get_metadata_byname() by elgg_get_metadata()brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8180 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12Refs #650. Changed elgg_get_metadata_by_id() to elgg_get_metadata_from_id() ↵brettp
to be consistent with other functions. git-svn-id: http://code.elgg.org/elgg/trunk@8179 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12Refs #650. Replaced get_metadata() by elgg_get_metadata_by_id()brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8178 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12Refs #650: Replaced uses of get_metadata_for_entity() by elgg_get_metadata().brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8177 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12allow plugins to decline the addition of tags to their entity list viewcash
git-svn-id: http://code.elgg.org/elgg/trunk@8176 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12Deprecated get_metadata() by elgg_get_metadata_by_id() to avoid confusion ↵brettp
with elgg_get_metadata(). Not in love with the name...had considered elgg_get_metadatum(). Open to suggestions. git-svn-id: http://code.elgg.org/elgg/trunk@8175 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12Refs #650: Deprecated find_metadata() with elgg_get_metadata(). Deprecated ↵brettp
get_metadata_for_entity() and get_metadata_byname() <twitch>. Added elgg_get_metastrings_based_objects() to deal with the commonalities between the metadata and annotation getter functions. git-svn-id: http://code.elgg.org/elgg/trunk@8174 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12Label wraps checkbox for usabilityewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8173 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12Doh, how did this get here?ewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8172 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12Refs #2898: Updated docs and test manifest for the xmlns changes.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8171 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12Refs #2898: Using an XML namespace instead of version attribute on plugin ↵brettp
manifests. git-svn-id: http://code.elgg.org/elgg/trunk@8170 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12Cleaned up more twitterservice code. Twitter usernames now have random ↵brettp
digits appended upon name collision. Added the option for admins to allow twitter sign up even if site registration is disabled. git-svn-id: http://code.elgg.org/elgg/trunk@8169 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12Deleting a user from his profile forwards to the right page.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8168 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12Fixed #2887 redirects on blog, file, and pages works now - bookmarks plugin ↵cash
still needs plenty of work git-svn-id: http://code.elgg.org/elgg/trunk@8167 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12updated reported content to use elgg_view_formcash
git-svn-id: http://code.elgg.org/elgg/trunk@8166 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12clean up the last few commitscash
git-svn-id: http://code.elgg.org/elgg/trunk@8165 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12Refs #2032 core forms use divscash
git-svn-id: http://code.elgg.org/elgg/trunk@8164 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12updated the plugins that have already been updated to 1.8 html/css to use ↵cash
divs rather than p tags in forms git-svn-id: http://code.elgg.org/elgg/trunk@8163 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12pulled delete form out of edit view for groupscash
git-svn-id: http://code.elgg.org/elgg/trunk@8162 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12recommended to use <div> in forms for wrapping content - added css to ↵cash
support that and updated all group forms git-svn-id: http://code.elgg.org/elgg/trunk@8161 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12moved security tokens to top of form so we can use :last-childcash
git-svn-id: http://code.elgg.org/elgg/trunk@8160 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12fixed another bug from last nightcash
git-svn-id: http://code.elgg.org/elgg/trunk@8159 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12fixing a few bugs introduced last night in the input viewscash
git-svn-id: http://code.elgg.org/elgg/trunk@8158 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12fixed enable group bookmarks language stringcash
git-svn-id: http://code.elgg.org/elgg/trunk@8157 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12Refs #1393 added work around note to checkboxes and radio inputs for integer ↵cash
labels git-svn-id: http://code.elgg.org/elgg/trunk@8156 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12hmmm...mixed up my left and right on that last commitcash
git-svn-id: http://code.elgg.org/elgg/trunk@8155 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12Fixes #972 checkboxes and radio input fields support horizontal and vertical ↵cash
alignments git-svn-id: http://code.elgg.org/elgg/trunk@8154 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12blog object wasn't being passed to the form viewcash
git-svn-id: http://code.elgg.org/elgg/trunk@8153 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12fixed bug in elgg_format_attributes() that caused none string values to be ↵cash
ignored git-svn-id: http://code.elgg.org/elgg/trunk@8152 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12reverted part of [8148] that broke all formscash
git-svn-id: http://code.elgg.org/elgg/trunk@8151 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12continued cleaning up admin plugin settingscash
git-svn-id: http://code.elgg.org/elgg/trunk@8150 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12Fixes #2143: DRYed up input/radio -- other views still should be addressed, ↵ewinslow
but not because they aren't DRY, therefore I'm calling this ticket closed git-svn-id: http://code.elgg.org/elgg/trunk@8149 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12Refs #2143: General cleanup of input viewsewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8148 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12Refs #2143: DRYed up input/access -- wow, that feels goodewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8147 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12Refs #2143: DRYed up input/longtext -- maybe I missed it, but was there a ↵ewinslow
difference b/w plaintext and longtext? git-svn-id: http://code.elgg.org/elgg/trunk@8146 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12Refs #2143: DRYed up input/plaintextewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8145 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12Refs #2143: DRYed up input/dropdown -- probably could be better stillewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8144 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12Refs #2143: DRY up input/hiddenewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8143 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12Refs #2143: DRYed up input/passwordewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8142 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12Refs #2143: DRYed up input/fileewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8141 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12register_entity_url_handler => elgg_register_entity_url_handler (because ↵ewinslow
every other reigstration function asks for the callback last) git-svn-id: http://code.elgg.org/elgg/trunk@8140 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12Refs #2610: Using call_user_func in url hooksewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8139 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12Page handler uses call_user_func (so methods of classes can be used as page ↵ewinslow
handlers) git-svn-id: http://code.elgg.org/elgg/trunk@8138 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12Twitter services now allows login with twitter properly for a single user.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8137 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12Added elgg_get_entities_from_plugin_user_settings(). Added a name_prefix ↵brettp
option to elgg_get_entities_from_private_settings(). git-svn-id: http://code.elgg.org/elgg/trunk@8136 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12Fixes #2904: Converted most elgg_view('layout/objects/module') instances to ↵ewinslow
elgg_view_module() git-svn-id: http://code.elgg.org/elgg/trunk@8135 36083f99-b078-4883-b0ff-0f9b5a30f544