Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-05 | Fixes #5165 handling html tags passed as tags | Cash Costello | |
2012-12-06 | Merge branch 'pr-420' into 1.8 | Brett Profitt | |
2012-11-07 | Better HTML decoding and output/email encoding | Steve Clay | |
2012-11-04 | Fixes #1479 - Replaces WP autop with implementation from Steve Clay. | Paweł Sroka | |
2012-07-05 | Fixes #4566 handling array in output/location | Cash Costello | |
2012-05-01 | Fixes #1835. Passing tagcloud URLs through output/url for proper escaping. | Brett Profitt | |
2012-01-18 | Merge pull request #138 from hypeJunction/tags_html_markup | Cash Costello | |
Fixes #4282 tags html markup issues | |||
2012-01-11 | class namespacing | Ismayil Khayredinov | |
2012-01-09 | fixes tags html markup issues | Ismayil Khayredinov | |
2012-01-01 | Fixes #3939 if user does not have permissions to see the name of the access ↵ | cash | |
collection, it is shown as "Limited" | |||
2011-11-13 | Fixes #4082 adds output/img | Cash Costello | |
2011-11-13 | need to unset the trusted link key | Cash Costello | |
2011-11-05 | Fixes #4024 fixed a lot of notices - enough for this release - found a few bugs | cash | |
2011-11-05 | Fixes #4050 using ISO 8601 standard for dates | cash | |
2011-11-01 | Fixes #4038 corrects comment for view output/text | cash | |
2011-10-30 | Fixes #3370 running the anti-spam option of htmlawed when filtering for output | Cash Costello | |
2011-10-08 | Fixes #3411 output/url now has a is_trusted parameter - defaults to false | Cash Costello | |
2011-09-30 | Fixes #3904 action word should come first for encode_text parameter | cash | |
2011-09-13 | Fixes #3811 defaulting title to confirm text if passed to output/confirmlink | Cash Costello | |
2011-07-04 | Fixes #3560 input/date and output/date support ISO 8601 (YYYY-MM-DD) and ↵ | cash | |
Unix timestamps. Need to think about how to handle alternate text formats. | |||
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-05-20 | Fixes #3189 adds entity support to tags and access views | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@9106 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-05-18 | Fixes #3385 rel now used for the confirm text so that title can be used ↵ | cash | |
separately git-svn-id: http://code.elgg.org/elgg/trunk@9099 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-04-03 | output/confirmlink now supports title attribute | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8928 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-04-03 | cleaned up css for output/access | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8927 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-22 | Refs #2091 added a tagcloud block that accepts subtype | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8814 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-07 | made encoding text default to false in confirm link | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8620 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-03-05 | Fixes #2321: Deprecated input/datepicker and output/calendar in favor of ↵ | ewinslow | |
input/date and output/date git-svn-id: http://code.elgg.org/elgg/trunk@8582 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-22 | Utilizing elgg_extract in output/url | ewinslow | |
git-svn-id: http://code.elgg.org/elgg/trunk@8424 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-22 | Fixes #2980: DRY'ed up all plugins to use elgg_view_icon instead of ↵ | ewinslow | |
generating their own html git-svn-id: http://code.elgg.org/elgg/trunk@8410 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-22 | output/longtext can now apply arbitrary html attributes to the wrapper div | ewinslow | |
git-svn-id: http://code.elgg.org/elgg/trunk@8393 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-19 | added elgg-output class for displaying user input with typical styling for ↵ | cash | |
lists and tables git-svn-id: http://code.elgg.org/elgg/trunk@8332 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-19 | improved icon css so that they do not require having display: block | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8328 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-19 | Pulled the confirm link output view's JS into elgg.us. Any links with ↵ | brettp | |
elgg-requires-confirmation will get a confirm box with the title of the anchor tag as the question, or the default "Are you sure?" if that doesn't exist. git-svn-id: http://code.elgg.org/elgg/trunk@8310 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-15 | Fixes #2808: elgg_get_array_value => elgg_extract | ewinslow | |
git-svn-id: http://code.elgg.org/elgg/trunk@8247 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-13 | Fixed #2218 finished up the encoding issues by turning of double encoding | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8199 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-12 | Fixes #2904: Converted most elgg_view('layout/objects/module') instances to ↵ | ewinslow | |
elgg_view_module() git-svn-id: http://code.elgg.org/elgg/trunk@8135 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-11 | Removed unused view: output/rss_view | ewinslow | |
git-svn-id: http://code.elgg.org/elgg/trunk@8103 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-08 | bringing us a little closer to validating | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8066 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-05 | using elgg-module-<type> | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8041 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-03 | changed input/pulldown to input/dropdown | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8006 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-01-06 | changed tag display to <ul> | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@7851 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-01-01 | updating the sidebar boxes to use the new module classes | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@7809 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-01-01 | starting adding a .elgg-text class - plugins need to use output/longtext ↵ | cash | |
when displaying text git-svn-id: http://code.elgg.org/elgg/trunk@7806 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-01-01 | almost finished updating the file plugin to work with new html/css | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@7804 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-12-30 | more html validation cleanup | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@7776 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-12-30 | updated the default object entity view | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@7773 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-12-29 | supporting anchors with a href in output/url | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@7735 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-12-20 | added elgg-icon-delete and elgg-icon-likes | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@7698 36083f99-b078-4883-b0ff-0f9b5a30f544 |