aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-08-25Fixes #3662. Pulled out shortcut_icon to its own view for easier overriding.Brett Profitt
2011-08-24Checking for === false when moving elements in ElggPriorityList instead of ↵Brett Profitt
just !$priority. Fixes problems when moving elements to / from 0.
2011-08-24Fixes #3621. Corrected the URL for the unvalidated users pagination.Brett Profitt
2011-08-24Fixes #3612, #3750. Added edit replies back to group plugin with the ↵Brett Profitt
annotation menu.
2011-08-24Refs #3750. Messageboard using annotations menu.Brett Profitt
2011-08-24Refs #3750. Added annotation menu for generic comments (delete) and default ↵Brett Profitt
annotations (empty).
2011-08-24Fixes #3589. JS "all" hook handlers called only once.Brett Profitt
2011-08-24Refs #3557: Upscaling small icons to 200x200. This doesn't fix the problem ↵Brett Profitt
if someone uploads a 100x200 image.
2011-08-24Refs #3746. Updated categories for 1.8. Still some deprecation notices, but ↵Brett Profitt
functional.
2011-08-23Fixes #3117. Added an interstitial page for twitter new users.Brett Profitt
2011-08-23Rewriting more chars to - in the default menu view.Brett Profitt
2011-08-23Fixes #3355. Added ElggPriorityList. Adapted the externals system to use it.Brett Profitt
2011-08-23Merge branch 'master' of github.com:Elgg/ElggBrett Profitt
Conflicts: engine/lib/views.php
2011-08-22Merge pull request #55 from cash/coding-standardsBrett Profitt
Refs #3657 separate out coding standards. (Still need to redirect requests for CODING.txt)
2011-08-22Merge pull request #62 from tvld/masterBrett Profitt
Fixes #3601: Missing .js and .ico in Etag in .htaccess
2011-08-22Closes #3015. jQuery updated to 1.6.2. jQuery-UI updated to 1.8.16.Brett Profitt
2011-08-22Merge branch 'master' of github.com:Elgg/ElggBrett Profitt
2011-08-21Fixes #3701. Removed early call to elgg_echo() for group action button menu.Brett Profitt
2011-08-21Fixes #3606. Reset password page added to public pages for walled garden mode.Brett Profitt
2011-08-21Fixes #3496. Using OR to concatenate unpaired type and subtype clauses in ↵Brett Profitt
elgg_get_river_type_subtype_where_sql().
2011-08-18Fixing priorities for jquery.Brett Profitt
2011-08-17Finished ElggPriorityList. Migrated external files to use it.Brett Profitt
2011-08-17My very first attempt to contribute... tvld
http://trac.elgg.org/ticket/3601 For optimal speed, Firebug's Yslow complained that the js and ico files did not have an Etag.
2011-08-15Refs #3355. Added ElggPriorityList.Brett Profitt
2011-08-15Fixes #3715. Added the new collection button back.Brett Profitt
2011-08-15Fixed pagination for search.Brett Profitt
2011-08-15Fixes #3254. Removing limit for "+X more Y" in search results.Brett Profitt
2011-07-27Fixed some documentation.Brett Profitt
2011-07-10Fixes #3336 functions that used elgg_view_exists() were not falling back to ↵Cash Costello
the default views
2011-07-09Refs #3685 need null for no containercash
2011-07-09fixed redirect for user avatars if we cannot get the usercash
2011-07-07Fixes #3669. Dashboard now registers for default widgets.Brett Profitt
2011-07-07Version bump to 1.8.0b2Brett Profitt
2011-07-07fixed the float issue with the friends river viewCash Costello
2011-07-07Refs #3567 added class extending to icon/user/defaultCash Costello
2011-07-06Revert "Merged ACL fixes from 1.7 branch."Brett Profitt
This reverts commit de111da23258cd2b513c8f4ab84712ee50272b23. Reverted because of problems in how 1.8 populates the access dropdown.
2011-07-06Revert "Fixes #3552. Addess ACL unit tests. These currently fail because of ↵Brett Profitt
#3522." This reverts commit d423aee393458d6827dbe913ceacd29171fa3d74. Removing because of problems with differences in how 1.7 and 1.8 populate the acl dropdown for groups.
2011-07-06Refs #3624 fixed radio button value detectioncash
2011-07-06Fixes #2204 standardized the hooks/overrides for plugin settings and ↵Cash Costello
usersettings
2011-07-06$joins was not declared in elgg_get_river()Cash Costello
2011-07-06Fixes #3663 upgrades imgareaselect libraryCash Costello
2011-07-06Fixes #3642 removing likes river codeCash Costello
2011-07-06Merge pull request #56 from cash/improve-date-handlingCash Costello
Improve date handling
2011-07-06Merge pull request #54 from cash/dev-toolsCash Costello
Fixes #3564 Adds the inspection tool and logging to the web page
2011-07-06changed new convenience function from elgg_register_add_button() to ↵Cash Costello
elgg_register_title_button()
2011-07-06updated the embed plugin for new css class elgg-item rather than elgg-list-itemCash Costello
2011-07-04styled the date picker for the main themecash
2011-07-04Merge pull request #53 from cash/reflected_xss_fixesCash Costello
Fixes #3544 Reflected xss fixes
2011-07-04theming the date picker for the admin themecash
2011-07-04Fixes #3560 input/date and output/date support ISO 8601 (YYYY-MM-DD) and ↵cash
Unix timestamps. Need to think about how to handle alternate text formats.