Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-25 | added a better message for php libraries that don't exist on disk | Cash Costello | |
2011-11-15 | atleast renaming the ui js libs | Cash Costello | |
2011-11-05 | Fixes #4024 fixed a lot of notices - enough for this release - found a few bugs | cash | |
2011-11-04 | Fixes #4059 returning true when handling a page | cash | |
2011-11-04 | Fixes #4059 page handlers all return nothing | cash | |
2011-10-30 | added back support for registration and forgotten passwords to walled garden ↵ | cash | |
index | |||
2011-10-30 | basic walled garden implementation for logging in | cash | |
2011-10-23 | Fixes #3914. Pulled avatar code out into its own library. | Brett Profitt | |
2011-10-17 | Merge pull request #74 from cash/autocomplete | Cash Costello | |
Fixes #2102, #2712, #3450 Finishes autocomplete and userpicker for 1.8.1 | |||
2011-10-08 | need to check if something exists before checking its type | Cash Costello | |
2011-10-08 | Fixes #3936 added @access private to internal functions | Cash Costello | |
2011-10-06 | using html extension to jquery.ui autocomplete | cash | |
2011-10-06 | Merge pull request #69 from mrclay/issue3765 | Cash Costello | |
Fixes #3765 forward throws Exception if headers sent. | |||
2011-10-01 | Fixes #3913 registering jquery.imgareaselect | Cash Costello | |
2011-09-28 | Fixes #3891. elgg_register_external_file() defaults priority to 500. Elgg's ↵ | Brett Profitt | |
default CSS now at 500 instead of 1. | |||
2011-09-19 | forward throws Exception if headers sent. fix for ↵ | Steve Clay | |
http://trac.elgg.org/ticket/3765 | |||
2011-08-23 | Fixes #3355. Added ElggPriorityList. Adapted the externals system to use it. | Brett Profitt | |
2011-08-17 | Finished ElggPriorityList. Migrated external files to use it. | Brett Profitt | |
2011-06-30 | Adds exception handling to shutdown hook from pull request 50 | Cash Costello | |
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-05-19 | Fixes #3462 empty classes directory is no longer treated as an error | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@9100 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-04-26 | Fixes some coding standard issues in elgglib.php | ewinslow | |
git-svn-id: http://code.elgg.org/elgg/trunk@9024 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-04-22 | Added 3rd param to elgg_deprecated_notice() to control how much of the stack ↵ | brettp | |
to show. git-svn-id: http://code.elgg.org/elgg/trunk@9014 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-04-21 | Fixed a problem with the annotation batch operation test. | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@9009 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-04-14 | fixed filtering of external files array and suppressed warning in external ↵ | cash | |
files unit test git-svn-id: http://code.elgg.org/elgg/trunk@8998 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-04-13 | Fixes #3331. Changed cache schema to allow for JS/CSS views with slashes and ↵ | brettp | |
dots. git-svn-id: http://code.elgg.org/elgg/trunk@8986 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-04-13 | Consolidated the css and js pagehandlers with ↵ | brettp | |
elgg_cachable_view_pagehandler() and fixed for URLs with multiple dots after the last / (like /js/calendars/fullcalendar.min.123456789.js) git-svn-id: http://code.elgg.org/elgg/trunk@8985 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-04-02 | Refs #3149 reimplemented fix for calling a handler more than once in trunk | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8918 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-29 | Fixed auto-display of system errors in ajax actions. Fixed docs for ↵ | brettp | |
system_messages(). Blech...that needs cleaned up. git-svn-id: http://code.elgg.org/elgg/trunk@8879 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-23 | Fixes #3180 adds ajax page handler | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8820 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-20 | Fixes #3198 handling exceptions thrown in exception handler by pointing to ↵ | cash | |
the error log git-svn-id: http://code.elgg.org/elgg/trunk@8781 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-14 | Fixes #3121 array_filter() passes array elements to callback | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8701 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-12 | Fixes #3091 adds load functions for js and css | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8675 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-12 | Refs #3091 registering js and css support priority though does not maintain ↵ | cash | |
registration order if items have equal priority git-svn-id: http://code.elgg.org/elgg/trunk@8669 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-12 | Refs #3091 rewrote the js and css register functions to require a name | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8668 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-10 | Fixes #2228: Major cleanup of urls -- remove leading pg/ and trailing / from ↵ | ewinslow | |
most urls in core and plugins git-svn-id: http://code.elgg.org/elgg/trunk@8653 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-09 | Fixes #3058 pulls likes out as a plugin | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8639 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-06 | Refs #2693 walled garden code is functional. Push back a thorough clean up ↵ | cash | |
until Elgg 1.9 git-svn-id: http://code.elgg.org/elgg/trunk@8614 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-06 | Refs #2693 pulled walled garden css out as separate view | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8613 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-05 | pulled power by icon out of menu in footer as it serves a different purpose ↵ | cash | |
than other menu items git-svn-id: http://code.elgg.org/elgg/trunk@8583 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-01 | Fixes #3031 using 'priority' now | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8545 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-26 | fixed image size attributes added to "power by" image | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8492 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-26 | Added explicit height and width to powered_by_elgg icon | ewinslow | |
git-svn-id: http://code.elgg.org/elgg/trunk@8484 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-25 | Refs #2895: Removed footer/links view. Moved report-this link into ↵ | ewinslow | |
alternate footer menu git-svn-id: http://code.elgg.org/elgg/trunk@8481 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-25 | Refs #2895: Added support for an "alt" section in the footer menu. Put ↵ | ewinslow | |
"powered by Elgg" badge in here git-svn-id: http://code.elgg.org/elgg/trunk@8480 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-25 | Refs #2895: Converted topbar to one menu (felt dirty using two). Fixed styles. | ewinslow | |
git-svn-id: http://code.elgg.org/elgg/trunk@8476 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-20 | Refs #2749, #2956. Merged elgg_depracated_notice() fixes to trunk. | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@8364 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-15 | Moved all deprecated core functions into the appropriate deprecation fine | ewinslow | |
git-svn-id: http://code.elgg.org/elgg/trunk@8262 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-15 | Fixes #2695: Return false on autoload fail, rather than throwing exception | ewinslow | |
git-svn-id: http://code.elgg.org/elgg/trunk@8259 36083f99-b078-4883-b0ff-0f9b5a30f544 |