aboutsummaryrefslogtreecommitdiff
path: root/views
AgeCommit message (Collapse)Author
2012-06-23Fixes #4547 adds userpicker and friendpicker support to admin areaCash Costello
2012-06-23Refs #4504 made it easier to detect any problems caused by hack for json ↵Cash Costello
duplicate issue
2012-06-23Fixes #4504. Entity duplicates in json views.Sem
2012-06-22Fixes #4537, #4617 made input/friendspicker i18n compliantCash Costello
2012-06-18fixed a language string for installerCash Costello
2012-06-17Fixes #4422 pulling in Ismayil's changes so that we use the module view for ↵Cash Costello
settings
2012-06-17Fixes #4383 hard codes bundled plugin list and also removes really ugly ↵Cash Costello
color for highlighting them in plugin list
2012-06-16Fixes #4502 selected menu items maintain plugin provided classesCash Costello
2012-06-16Fixes #3463 not showing edit icon for widgets when nothing to editCash Costello
2012-06-15Fixes #4582 using output/url for links in paginationCash Costello
2012-06-02Fixes #4539 debrand ajax spinnerCash Costello
2012-06-02Fixes #4498 special check for admin pages that are throwing 404 errors - ↵Cash Costello
this won't be needed once we get rid of the admin context reminder. We may want to use the admin page shell for the 404 errors then.
2012-06-02Fixes #4437 allowing plugins to pass tag HTML to the view ↵Cash Costello
object/elements/summary
2012-06-02Merge pull request #172 from ewinslow/river-externalize-jsCash Costello
Externalizes river JS
2012-06-02Merge pull request #230 from sembrestels/avatar-revert1.8Cash Costello
Fixes #4396. Revert avatar also deletes avatar's files and crop coords now.
2012-06-02Merge pull request #222 from mrclay/issue2411Cash Costello
Fixes #2411: Show message when upload exceeds PHP limits
2012-05-31Respect site default language from javascript elgg_echoMiguel Rodríguez Pérez
The current implementation hardcoded 'en' as the site default language. This patch uses the site's configure default language as the default one.
2012-05-17Refs #4396. No revert, remove.Sem
2012-05-16Merge pull request #215 from mrclay/patch-5Evan Winslow
Fixes #4509: Invalid id attribute markup in page/elements/comments view
2012-05-16Fixes #2411: Show message when upload exceeds PHP limits, and show limits in ↵Steve Clay
Server Info
2012-05-10Fixes #4372. Using elgg_view_friendly_time() in river entries.Brett Profitt
2012-05-09Fixes #4509: Remove invalid space in id attribute markupSteve Clay
2012-05-01Fixes #1835. Passing tagcloud URLs through output/url for proper escaping.Brett Profitt
2012-04-24Fixes #4339. Checking for river:$action:$type in addition to ↵Brett Profitt
river:$action:$type:$subtype.
2012-04-24Merge branch 'walled_garden' of https://github.com/cash/Elgg into 1.8Brett Profitt
2012-04-22Fixes #4439. Redirecting if trying to view a plugin object outside of admin.Brett Profitt
2012-03-26Refs #1279: Specifying image dimensions in icon/default view.Evan Winslow
2012-03-04Pulls river js out into external fileEvan Winslow
2012-03-02Adds fixed-width font for pre + code in admin areaEvan Winslow
2012-02-25Fixes #3312, #3632. Added class elgg-plugin-category-<category> to the ↵Brett Profitt
plugin div. Exposed plugin categories under more. Changed border color and size for bundled categories.
2012-02-11external pages plugin uses walled garden layout when appropriateCash Costello
2012-02-10Merge pull request #162 from hypeJunction/registration_formCash Costello
Fixes #4364 passing $vars to extending views
2012-02-10passing to extending viewsIsmayil Khayredinov
2012-02-10updated the walled garden js to use new js libCash Costello
2012-02-10new layout and ajax loading for walled gardenCash Costello
2012-02-08Fixes #4357, #4358 updates .elgg-table-altCash Costello
2012-02-03Removed pagination from friends widgetTeam Webgalli
2012-01-30added language strings to installer for refresh and nextcash
2012-01-24Merge pull request #151 from cash/system_cacheCash Costello
Turn viewpath cache into a system cache
2012-01-22Fixes #4311. Rewriting all invalid CSS characters to - for plugin id in ↵Brett Profitt
plugin admin area.
2012-01-22Fixes #4320 updated documentation for base_url in pagination and added ↵Cash Costello
backward compatible code
2012-01-21Fixes #4180 finished conversion to system cache by converting ↵Cash Costello
datalist/CONFIG var name
2012-01-21updated the display to show system cache languageCash Costello
2012-01-20Refs #4293 removed unnecessary get_input('offset') calls since ↵Cash Costello
elgg_list_entities() calls that
2012-01-18Fixed #3155. Limited site default access to core access levels.Sem
2012-01-18Merge pull request #138 from hypeJunction/tags_html_markupCash Costello
Fixes #4282 tags html markup issues
2012-01-16Refs #4036. Forgot to add a new view.Brett Profitt
2012-01-15Fixes #4036. Hiding exceptions except for admin users.Brett Profitt
2012-01-12added clearfix to increase the size of the area for the drag handleCash Costello
2012-01-11class namespacingIsmayil Khayredinov