aboutsummaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Expand)Author
2013-01-26Fixes #4956 language unit tests pass againcash
2012-12-17Fixes #4963, refs #4847. Error messages don't automatically fade.Brett Profitt
2012-11-26Fixes #4927 - Removes obsolete commas in JS code for IE7 compatibilityPaweł Sroka
2012-10-19Added special checks for mailto: in elgg_normalize_url() and elgg.normalize_u...Brett Profitt
2012-08-10Fixes #4037. Internationalize datepicker.Sem
2012-07-14Fixes #4661 not showing access on widgets loaded through ajax if the layout d...Cash Costello
2012-06-29Merge pull request #256 from migrax/fix_js_default_lang1.8Cash Costello
2012-06-27Fixes #4607 - Adds confirmation on widget deletionMatt Beckett
2012-05-31Respect site default language from javascript elgg_echoMiguel Rodríguez Pérez
2012-03-04Pulls river js out into external fileEvan Winslow
2012-01-08Fixes #4192 making the bottom of widget columns equal rather than heightCash Costello
2011-12-23Fixes #4186 restricting the drag handle for widgetsCash Costello
2011-12-18Refs #4192 adds proper 'px' to minHeight but does not solve the issuecash
2011-12-18Merge pull request #115 from hypeJunction/widgets_menucash
2011-12-18Fix #4200: Converting widgets controls into an elgg menuIsmayil Khayredinov
2011-12-15Fixes #4214 added missing dependency for userpickerCash Costello
2011-12-08Fixes #3181 caching language js on server side with proper headerscash
2011-12-07simplified the JavaScript for deleteing a widgetCash Costello
2011-11-18Fixes #4093 making sure elgg.page_owner is definedcash
2011-11-15atleast renaming the ui js libsCash Costello
2011-11-10Fixes #4010 not sending naked query strings into add ajax tokens and also fix...cash
2011-11-05Fixes #4057 updates jQuery version to 1.6.4cash
2011-11-05Fixes #3976 fixed unit tests for normalizing urls and standardized the code f...cash
2011-11-05Merge pull request #88 from sembrestels/t3976Cash Costello
2011-11-05Changed default port to a common one found in tutorials. Let me know if this ...cash
2011-11-03updated jsTest configuration for new jQuery and hooks libraryCash Costello
2011-11-03Fixes #4051 - fixes security token unit test and language unit testsCash Costello
2011-11-03Fixes #4034 now using approach that exists in IE to find elements in an ArrayCash Costello
2011-11-03Refs #4051 hooks trigger function was returning undefined when it should have...Cash Costello
2011-11-03Refs #4051 insert also needed to check for undefined prioritiesCash Costello
2011-11-03Refs #4051 fixed insert for case when priority is set to 0Cash Costello
2011-11-03Refs #4051 fixed bad unit test for ElggPriorityList.insertCash Costello
2011-11-03Fixes #3976. elgg.normalize_url() js function has the fix in #3747.Sem
2011-11-01Fixes #4022 made JS lib a little more consistentcash
2011-11-01added semi-colons after function expressionscash
2011-11-01Fixes #4007 merged in sembrestels fix for ElggUser.isAdmin but used prototype...cash
2011-10-29Fixes #4010, refs #3927. Fixed elgg.security.addToken() to work with query st...Brett Profitt
2011-10-28Fixes #4012 when using a timestamp with input/date, return UTC time rather th...Cash Costello
2011-10-27Fixes #3832 initialize avatar crop areacash
2011-10-23Fixes #3914. Pulled avatar code out into its own library.Brett Profitt
2011-10-23Fixes #3914. Moved avatar cropping to ui.js.Brett Profitt
2011-10-17Merge pull request #74 from cash/autocompleteCash Costello
2011-10-15Fixes #3540. Added "instant hooks" to JS hooks engine. elgg.register_instant_...Brett Profitt
2011-10-14Fixes #3927. elgg.security.addToken() works for URLs without query strings.Brett Profitt
2011-10-14Refs #3927, #3976. Added elgg.parse_url() and elgg.parse_str().Brett Profitt
2011-10-13added documentation for the userpickercash
2011-10-13fixed bug where a removed user could not be added again in userpickercash
2011-10-13displaying users that have been selected and added remove capabilitycash
2011-10-13got the friends option working for user pickercash
2011-10-09Fixes #3673 added autofocus classCash Costello