aboutsummaryrefslogtreecommitdiff
path: root/views
AgeCommit message (Collapse)Author
2010-03-03Pulled in the interface changes.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@5257 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-22Fixes #1541: javascript now correctly included in output/url viewcash
git-svn-id: http://code.elgg.org/elgg/trunk@3964 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-21Fixes #1517 - let web server set content length on xml filescash
git-svn-id: http://code.elgg.org/elgg/trunk@3963 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-21Deprecated elgg_validate_action_url() by elgg_add_action_tokens_to_url(). ↵brettp
Updated elgg_deprecated_notice() to include the file & line of the caller. Updated core to use elgg_add_action_tokens_to_url(). git-svn-id: http://code.elgg.org/elgg/trunk@3962 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-19Refs #1504: Removing revert option from widget draggables to avoid fly away ↵brettp
effect in IE 7. git-svn-id: http://code.elgg.org/elgg/trunk@3953 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-19Fixed a bug in widget layouts that caused the "edit page" link to not work ↵brettp
if no widgets were defined. git-svn-id: http://code.elgg.org/elgg/trunk@3952 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-19Fixes #1532: Added security tokens to friend picker when in form mode.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3951 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-19Fixes #1535: Corrected double replace for URL in RSS title view. brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3950 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-13Cleaned up tag searching so you can search on a specific tag. Useful in ↵brettp
search so a tag in "Things I like" won't match a tag in "Things I hate." git-svn-id: http://code.elgg.org/elgg/trunk@3938 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-11Fixes #1507: $vars['baseurl'] used instead of undefined $baseurl in ↵brettp
pagination view. git-svn-id: http://code.elgg.org/elgg/trunk@3931 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-11fixes #1505 - some lazy css was impacting opera for checkboxes - overriding ↵cash
border and padding properties inherited from input selector git-svn-id: http://code.elgg.org/elgg/trunk@3930 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-11Made the output/url view backward compatible for the few plugins that used it.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3929 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-10Remove version from default theme's css.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3928 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-07finished the fix to #1492cash
git-svn-id: http://code.elgg.org/elgg/trunk@3921 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-07& replaced by & in the header and alt added to some header graphicsdave
git-svn-id: http://code.elgg.org/elgg/trunk@3916 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-06Fixes #1492: Removed usage info collecting from installation.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3913 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-06Fixes #1491: Removed mistakingly assigned input-password with input-textarea.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3911 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-06Fixes #1404: Added input-password rules in default css.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3908 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-05Fixes #1481: Applie Mike's patch and created function ↵brettp
elgg_http_add_url_query_elements() to handle what the pagination view was trying to do. git-svn-id: http://code.elgg.org/elgg/trunk@3903 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-03fixed a comment in rss pageshellcash
git-svn-id: http://code.elgg.org/elgg/trunk@3899 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-01Fixes #1328: Removed rows and cols from the installation textareas and added ↵brettp
CSS to format width/height at 100% to make it easier to read and select. git-svn-id: http://code.elgg.org/elgg/trunk@3895 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-01Fixes #1473: Simple patch to create a view for the registration page.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3879 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-01Add elgg_deprecated_notice() so we don't have to re-write all the elgg_log() ↵brettp
deprecated notices to register_error()s. Updated current ones to use this. git-svn-id: http://code.elgg.org/elgg/trunk@3874 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-01-31Deprecated old search functions and views.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3872 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-01-31Fixes #1289: Pragma: public header added for RSS feeds.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3868 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-01-31Fixes #959: Added elgg_http_remove_url_query_element() to remove a GET ↵brettp
element instead of using faulty regexp. git-svn-id: http://code.elgg.org/elgg/trunk@3866 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-01-26Display names are limited to 50 chars and have HTML tags removed.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3845 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-01-26Fixed a typo in css that broke everything in FF 3.6.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3843 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-01-24Refs #1459: Added missing security tokens for failsafe (installation) view.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3835 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-01-23Fixed missing ) causing a WSOD.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3832 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-01-23Fixes #1455: Updated search URL for admin user search. (The old one worked, ↵brettp
but didn't limit to users.) git-svn-id: http://code.elgg.org/elgg/trunk@3831 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-01-21Updated views to use output/url with action flag set.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3828 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-01-21Removed output/action_link view as it duplicated much of output/url.brettp
Improved output/url view. git-svn-id: http://code.elgg.org/elgg/trunk@3827 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-01-21Fixed a typo causing a WSOD.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3822 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-01-21Fixes #750: All actions require __elgg_ts and __elgg_token.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3821 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-01-21Adding a view to generate action links for single-click actions.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3819 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-01-20Refs #1161: Added empty pagination view for RSS feeds.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3817 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-01-11Always generating action tokens with output/confirmlink.nickw
Includes a check for actions already defining the tokens. git-svn-id: http://code.elgg.org/elgg/trunk@3799 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-01-11Fixed tag output link for new search.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3796 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-01-08Changed default prefix to 'elgg_' for table name readability.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3788 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-12-21a little cleanup of documentation and variable handling in input and output ↵cash
views git-svn-id: http://code.elgg.org/elgg/trunk@3780 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-12-20fixes #1193 - now specify charset in both metatag and http headercash
git-svn-id: http://code.elgg.org/elgg/trunk@3774 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-12-18added js to input/formcash
git-svn-id: http://code.elgg.org/elgg/trunk@3769 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-12-17fixed notices caused by some input viewscash
git-svn-id: http://code.elgg.org/elgg/trunk@3766 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-12-17fixes #951 - using background-color rather than backgroundcash
git-svn-id: http://code.elgg.org/elgg/trunk@3762 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-12-14fixes #1197 - no division by zero warning any longercash
git-svn-id: http://code.elgg.org/elgg/trunk@3757 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-12-14easier to extend login and registration forms nowcash
git-svn-id: http://code.elgg.org/elgg/trunk@3756 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-12-10closes #1226 - fixes eclipse validation errorcash
git-svn-id: http://code.elgg.org/elgg/trunk@3751 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-12-10fixes #1230 - spelling correctedcash
git-svn-id: http://code.elgg.org/elgg/trunk@3750 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-12-09fixes #973 - pulls reported content and bookmark code out of core ↵cash
owner_block view - left images in _graphics since themes probably depend on that and did not want to break themes git-svn-id: http://code.elgg.org/elgg/trunk@3745 36083f99-b078-4883-b0ff-0f9b5a30f544