aboutsummaryrefslogtreecommitdiff
path: root/engine/lib
AgeCommit message (Collapse)Author
2011-10-01Fixes #3913 registering jquery.imgareaselectCash Costello
2011-10-01Fixes #3826 using wwwroot in 1.8.x releasescash
2011-09-30Fixes #3904 action word should come first for encode_text parametercash
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 #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-24Fixes #3845 added ie7 css view and tested all current hacks for ie7Cash Costello
2011-09-24Fixes #3828 correct list classescash
2011-09-22Fixes #3834 not loading version.php hundreds of times - thanks to srokapCash Costello
2011-09-19don't generate false internalid deprecation notices: ↵Steve Clay
http://trac.elgg.org/ticket/2921#comment:3
2011-09-15Fixes #3178 updated elgg_view_icon() to take an optional classcash
2011-09-14Fixes #3681 fixed Utilities menu collisions in admin section and added ↵Cash Costello
documentation about registering more than one menu item with the same name to a menu
2011-09-12Refs #3800 including jeditable on more admin pagesCash Costello
2011-09-12Fixes #3801 fixed documentation for page_owner_entity()Cash Costello
2011-09-11Fixes #3794 fixes menu links so that admins can edit avatarsCash Costello
2011-09-10Fixes #3665, #3660 added plugin hooks for page and layouts so that rss icon ↵Cash Costello
for page meta menu can be registered consistently
2011-09-10Fixes #3688 setting the page setup variable in $CONFIG before trigger the ↵Cash Costello
event to prevent a stack overflow
2011-09-10made the documentation of the plugin settings code a little clearerCash Costello
2011-09-05Fixed a stupid problem I introduced in the installation and only just caught >:OBrett Profitt
2011-09-05Improved documentation for deprecated functions.Brett Profitt
2011-09-04Fixes #3661. Pulled in recursive delete fixes to master.Brett Profitt
2011-09-04Refs #3661. Merged XSS fixes in search to master.Brett Profitt
2011-09-04Merge pull request #59 from surevine/ticket3709Brett Profitt
Fixes #3709 Detecting if client can accept application/json in ajax forward action hook to avoid download prompts on older browsers.
2011-09-03Fixed typo in call to function.Brett Profitt
2011-08-30Fixes #3543. Ported access collections fix to master.Brett Profitt
2011-08-29Fixes #3461: Using absolute URLs for lightbox CSS.Brett Profitt
2011-08-27Fixes #3434. Manifests are checked more carefully on anything that checks ↵Brett Profitt
deps. Disabling plugins with invalid manifests from admin page.
2011-08-25Fixes #3535. elgg_view_form() automatically adds elgg-form-action-name.Brett Profitt
2011-08-24Refs #3750. Added annotation menu for generic comments (delete) and default ↵Brett Profitt
annotations (empty).
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-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 #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-07-27Fixes Ticket #3709 "Embed plugin: uploading a file in Firefox tries to save ↵Richard Loxley
a JSON file in the user's browser"
2011-07-10Fixes #3336 functions that used elgg_view_exists() were not falling back to ↵Cash Costello
the default views
2011-07-09fixed redirect for user avatars if we cannot get the usercash
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-06$joins was not declared in elgg_get_river()Cash Costello
2011-07-06changed new convenience function from elgg_register_add_button() to ↵Cash Costello
elgg_register_title_button()
2011-07-04Merge pull request #53 from cash/reflected_xss_fixesCash Costello
Fixes #3544 Reflected xss fixes
2011-07-03Merged ACL fixes from 1.7 branch.Brett Profitt
2011-07-03Merged d423aee393458d6827db from 1.7 to master.Brett Profitt
Fixes #3552. Addess ACL unit tests. These currently fail because of #3522. git-svn-id: http://code.elgg.org/elgg/branches/1.7@9202 36083f99-b078-4883-b0ff-0f9b5a30f544 Conflicts: engine/lib/access.php
2011-07-02fixed river for #3544cash