Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-09 | remove unused code: vars, foreach keys, etc | Steve Clay | |
2013-02-09 | simplify flow, style | Steve Clay | |
2013-02-09 | small changes to previous commit from Steve's cleanup | Cash Costello | |
2013-02-09 | Small changes to remove static analysis noise and simplify flow | Steve Clay | |
2013-02-09 | Doc fixes and inline type hints for variables (big static analysis cleanup) | Steve Clay | |
2013-02-02 | Merge pull request #398 from jeabakker/#4880 | Steve Clay | |
#4880 - incorrect usage of elgg_get_entities_* parameters | |||
2013-02-02 | Merge branch 'fork-508' into 1.8 | Steve Clay | |
2013-02-02 | Handle logged out case, simplify logic | Steve Clay | |
2013-02-02 | Update mod/messages/start.php | Ed Lyons | |
We had an Elgg user named Chris Read with username 'read'. Once he registered, people's messages stopped working because hitting a message in your inbox was a url like: [site_name]/messages/read/459 - and the message code, supporting the old URL format, looked up the parameter right after messages and did a lookup on that word. So, since it got a user, redirected to his inbox. Yipes! So I put in some code checking that the parameter really is your username, so it would work for Chris, but not for anyone else. It works fine now. | |||
2013-02-01 | Merge pull request #482 from Srokap/ticket_2554 | Cash Costello | |
Fixes #2554 - Adds search support for sorting and order | |||
2013-02-01 | Add a lightobx alike instead use popups. | German Bortoli | |
Add a lightobx alike instead use popups while using the TinyMCE controls, for example, when you try to insert an image, watch the HTML content, etc. | |||
2013-02-01 | Fixes #5022 not setting forward on ajax calls for walled garden | Cash Costello | |
2013-01-30 | Set the error code when user authentication fail | Luciano Lima | |
Signed-off-by: Luciano Lima <lucianomlima@ymail.com> | |||
2013-01-30 | updated the changes file based on development so far | Cash Costello | |
2013-01-30 | Check if the is a valid viewtype | Luciano Lima | |
Signed-off-by: Luciano Lima <lucianomlima@ymail.com> | |||
2013-01-29 | Merge pull request #495 from Srokap/ticket_3123 | Cash Costello | |
Fixes #3123 - Correct name length control in datalist_get and set_config | |||
2013-01-26 | updated version for 1.8.13 release | cash | |
2013-01-26 | Merge branch '1.8-twit-fix' into 1.8 | cash | |
2013-01-26 | Fixes #4636: Transparent corners for walled garden backgrounds. | Juho Jaakkola | |
2013-01-26 | fixed some formatting issues in CSS files | cash | |
2013-01-26 | Fixes #4956 language unit tests pass again | cash | |
2013-01-26 | fixed comment language for brief display of comments - made it easier to ↵ | Cash Costello | |
translate - taken from PR 438 | |||
2013-01-26 | Defines river:comment:object:default - taken from PR 438 | Cash Costello | |
2013-01-25 | Fixes #4972 decode special chars before encoding for friendly titles | cash | |
2013-01-25 | Fixes #4987 removed unnecessary code | cash | |
2013-01-25 | adds missing language string | cash | |
2013-01-25 | Fixes #5002 unlocking the upgrade before forwarding to upgrade script | cash | |
2013-01-25 | Fixes #5005 correct pagination for my groups | cash | |
2013-01-25 | Fixes #4992 - saving temporary private settings works now | cash | |
2013-01-23 | better solution for 1.7 file compatibility than pull request 471 | Cash Costello | |
2013-01-22 | forgot to change the condition back after testing from previous commit | cash | |
2013-01-22 | addresses pull request 472 - group not having an owner is a serious problem ↵ | cash | |
- try exception approach - maybe we need a mechanism for displaying an error page besides exceptions | |||
2013-01-20 | Fixes #4991 CLI allowed when walled garden is turned on | Cash Costello | |
2013-01-19 | standardise on American spelling of licence | Cash Costello | |
2013-01-19 | updated copyright date | Cash Costello | |
2013-01-19 | Fixes #4983 added default paramter to get_input() to avoid warning | Cash Costello | |
2013-01-19 | Fixes #4982 adds confirm dialog to profile field reset | Cash Costello | |
2013-01-19 | Fixes #4990 removes extra title for full file view | Cash Costello | |
2013-01-18 | Style fixes to match 1.8 widgets | Steve Clay | |
2013-01-17 | Fixes #3123 - Correct name length control in datalist_get and set_config | Paweł Sroka | |
2013-01-17 | Corrects encoding and other small tweaks in Twitter widget | Steve Clay | |
2013-01-13 | Merge pull request #474 from Srokap/ticket_4961 | Steve Clay | |
Fixes #4961 - Add "last rule" tag to mod_rewrite rules in htaccess_dist | |||
2013-01-12 | Merge pull request #456 from cristo-rabani/ticket_4946 | Steve Clay | |
Fixes #4946 - More reliable last login time in user account statistics | |||
2013-01-08 | Merge pull request #412 from Srokap/filestore_loose_owner_control | Brett Profitt | |
Don't let owner visibility prevent access to otherwise visible files. (Grabbing owner guid instead of owner entity to build file matrix in getFilenameOnFilestore()) | |||
2013-01-08 | Merge pull request #472 from sembrestels/groups-summary-owner | Brett Profitt | |
Checking if we have an owner in group profile summary before using it. | |||
2013-01-08 | Merge branch '1.8' of github.com:Elgg/Elgg into 1.8 | Brett Profitt | |
2013-01-08 | Prevent distortion of image | Per Jensen | |
2013-01-08 | Prevent distortion of group icon | Per Jensen | |
2013-01-08 | Merge pull request #478 from Srokap/admin_footer_link | Brett Profitt | |
fixes: invalid link in admin footer | |||
2013-01-04 | Version bump. Updated changes. | Brett Profitt | |