Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-23 | Fixes #3355. Added ElggPriorityList. Adapted the externals system to use it. | Brett Profitt | |
2011-08-23 | Merge branch 'master' of github.com:Elgg/Elgg | Brett Profitt | |
Conflicts: engine/lib/views.php | |||
2011-08-22 | Closes #3015. jQuery updated to 1.6.2. jQuery-UI updated to 1.8.16. | Brett Profitt | |
2011-08-22 | Merge branch 'master' of github.com:Elgg/Elgg | Brett Profitt | |
2011-08-21 | Fixes #3496. Using OR to concatenate unpaired type and subtype clauses in ↵ | Brett Profitt | |
elgg_get_river_type_subtype_where_sql(). | |||
2011-08-18 | Fixing priorities for jquery. | Brett Profitt | |
2011-08-17 | Finished ElggPriorityList. Migrated external files to use it. | Brett Profitt | |
2011-07-10 | Fixes #3336 functions that used elgg_view_exists() were not falling back to ↵ | Cash Costello | |
the default views | |||
2011-07-09 | fixed redirect for user avatars if we cannot get the user | cash | |
2011-07-06 | Revert "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-06 | Revert "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-06 | changed new convenience function from elgg_register_add_button() to ↵ | Cash Costello | |
elgg_register_title_button() | |||
2011-07-04 | Merge pull request #53 from cash/reflected_xss_fixes | Cash Costello | |
Fixes #3544 Reflected xss fixes | |||
2011-07-03 | Merged ACL fixes from 1.7 branch. | Brett Profitt | |
2011-07-03 | Merged 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-02 | fixed river for #3544 | cash | |
2011-07-02 | added note about preventing reflected XSS vulnerabilities. | cash | |
2011-06-30 | Adds exception handling to shutdown hook from pull request 50 | Cash Costello | |
2011-06-30 | Refs #3015 updated jquery and jquery-ui to their latest releases | Cash Costello | |
2011-06-29 | added backward compatibility for the view page_elements/content_wrapper | cash | |
2011-06-29 | added @since dates on two functions in group library | cash | |
2011-06-28 | using elgg_view_title() in content layout header | Cash Costello | |
2011-06-28 | Merge pull request #51 from cash/add-data-to-menu | Cash Costello | |
Fixes #3615 Better handling of options in ElggMenuItem | |||
2011-06-26 | removed buttons logic from content header view, created convenience function ↵ | cash | |
rather than copying and pasting, and updated the blog plugin | |||
2011-06-26 | added a data array to ElggMenuItem. Now by default options end up being ↵ | cash | |
passed to output/url. | |||
2011-06-26 | Merge pull request #41 from cash/embed-lightbox | Cash Costello | |
Fixes #3564 Embed rewrite using new lightbox | |||
2011-06-26 | Fixes #3585 do not need to check parameters because was registered for only ↵ | Cash Costello | |
one event | |||
2011-06-26 | Fixes #3470 using rel=toggle now | Cash Costello | |
2011-06-25 | Don't say the db was upgradeded when it wasn't. | Brett Profitt | |
2011-06-25 | Fixes #3554. Pulled 1.7->1.8 upgrade bootstrapping into a separate function. ↵ | Brett Profitt | |
Made the plugin upgrade that forwards (2011010101) set itself in the processed upgrades. | |||
2011-06-25 | datalist_get() was incorrectly setting escaped values in the cache. | Brett Profitt | |
2011-06-25 | fixed spacing in elgg_admin_add_plugin_settings_menu() | cash | |
2011-06-24 | Refs #1253 using 'list_type' string instead of boolean 'gallery' for entity ↵ | cash | |
listing | |||
2011-06-24 | cleaned up the list/gallery css classes to use standard class naming - minor ↵ | cash | |
modifications only | |||
2011-06-24 | Merge squashed pull request #42 from benbro/master - Fixes #3586 by adding a ↵ | Cash Costello | |
hook for finding active users | |||
2011-06-24 | added find_active_users hook | benbro | |
2011-06-24 | Merge branch '3404-river-revamp' of https://github.com/ewinslow/Elgg into ↵ | Cash Costello | |
ewinslow-3404-river-revamp Conflicts: languages/en.php | |||
2011-06-20 | removed debug code | cash | |
2011-06-19 | added another way for an action to be detected as an Ajax action: set the ↵ | cash | |
request variable X-Requested-With = XMLHttpRequest. This is because files cannot be uploaded with XMLHttpRequest | |||
2011-06-12 | Fixes #2910 set the site_guid of site entities | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@9192 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-06-12 | Fixes #3480 not requiring a timestamp when using the js/css page handler | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@9191 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-06-11 | topbar icons were pushing the site title. Forced the elgg logo and avatar to ↵ | cash | |
behave. Adding overflow hidden to the topbar div would prevent future problems but cause issues for those adding drop down menus git-svn-id: http://code.elgg.org/elgg/trunk@9183 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-06-11 | Fixes #3039 added elgg_delete_river() | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@9180 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-06-11 | Fixes #3515 created a unified page handler for account pages | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@9175 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-06-11 | sorting plugin settings menu items by text | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@9169 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-06-09 | Fixes #3489 added input/output views for tag and location | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@9163 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-06-09 | Fixes #3548 the check for an admin menu's parent wasn't working | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@9159 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-06-09 | Refs #2871 promoted advanced plugins up to be a primary menu | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@9156 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-06-09 | Refs #3510, #3366. Added warning about count vs sum in ↵ | brettp | |
egef_annotation_count() to trunk. git-svn-id: http://code.elgg.org/elgg/trunk@9147 36083f99-b078-4883-b0ff-0f9b5a30f544 |