aboutsummaryrefslogtreecommitdiff
path: root/views
AgeCommit message (Collapse)Author
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
2009-12-08fixes #537 - missing area3 added to two_column_right_sidebar - also added ↵cash
enough css so that the login page works with right sidebar git-svn-id: http://code.elgg.org/elgg/trunk@3740 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-12-07fixes #1183 - correct case for form method nowcash
git-svn-id: http://code.elgg.org/elgg/trunk@3736 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-12-05fixed bug in comment river view due to missing }cash
git-svn-id: http://code.elgg.org/elgg/trunk@3726 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-11-16Added an INSTALLING constant when installing.brettp
Fixed a bug when trying to export a site that causes the browser to redirect to the site's url, which caused the installation process to skip past the "create your admin user" prompt when "ping home" was checked. git-svn-id: http://code.elgg.org/elgg/trunk@3687 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-11-12Fixes: #1356. Reverted search_listing to entity_listing for theme support.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3673 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-11-10these viewtypes need an empty title view or html shows up because they ↵cash
fallback on default view git-svn-id: http://code.elgg.org/elgg/trunk@3664 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-11-10leaner json objects for web services api callscash
git-svn-id: http://code.elgg.org/elgg/trunk@3649 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-11-02setting xml version and encoding in xml pageshellcash
git-svn-id: http://code.elgg.org/elgg/trunk@3611 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-10-23Standardized entity listing views.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3575 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-10-22Pulling in MITRE's search core. Fo'rizzle this time. Yo.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3572 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-10-19Adding debug options to admin site settings.nickw
Debugging errors and warnings to screen. If notice level is enabled, output is sent to system log file. git-svn-id: http://code.elgg.org/elgg/trunk@3563 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-10-16Rewriting core debug messages to be more informative.nickw
Introducing the concept of levels for Elgg debugging: notices, warnings and errors are displayed when the appropriate debugging level is enabled. An additional level of "debug" exists to differentiate from errors. git-svn-id: http://code.elgg.org/elgg/trunk@3560 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-10-16Finished standardizing seconday views.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3559 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-10-16Standardized views/failsafe/*brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3558 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-10-16Finish up standardizing views/default/*brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3557 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-10-16More views cleanup.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3556 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-10-16Standardizing views.`brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3555 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-10-16Standardized more files.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3554 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-10-09Reverted back to previous copy removing Justin's search because of views ↵brettp
problems in plugins. git-svn-id: http://code.elgg.org/elgg/trunk@3521 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-10-09Pulled in Justin's search changes from github.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3520 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-09-30Added autofocusing of the username field on the login page.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3502 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-09-30new activity river - clipped overflow for long urls/stringspete
git-svn-id: http://code.elgg.org/elgg/trunk@3501 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-09-23Upped minChars to 2 for user picker.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3496 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-09-23Disabled matchContains in user picker.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3495 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-09-22collections picker - delete link given classname and brackets removed from ↵pete
string git-svn-id: http://code.elgg.org/elgg/trunk@3493 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-09-21Removing embed view in favor of the correct views in the plugin.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3492 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-09-21New river code added to allow user comment to be pulled out and displayeddave
git-svn-id: http://code.elgg.org/elgg/trunk@3490 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-09-17Updated user picker to return 25 results, text input to be 30 wide.brettp
git-svn-id: https://code.elgg.org/elgg/trunk@3489 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-09-09Defaulted userpicker to all users. Checkbox makes it only friends.brettp
git-svn-id: https://code.elgg.org/elgg/trunk@3481 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-09-07Better jquery deleting of user entity for user picker.brettp
git-svn-id: https://code.elgg.org/elgg/trunk@3479 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-09-07Pulled out language string to language file.brettp
git-svn-id: https://code.elgg.org/elgg/trunk@3478 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-09-07Added bolding to term searc in user picker.brettp
git-svn-id: https://code.elgg.org/elgg/trunk@3477 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-09-07Updated livesearch page handler to use classes instead of hard coded css.brettp
git-svn-id: https://code.elgg.org/elgg/trunk@3476 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-09-07Added rough version of a new user picker.brettp
git-svn-id: https://code.elgg.org/elgg/trunk@3475 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-09-07Fixes #1207: Using fullviews with proper list_entity params.brettp
git-svn-id: https://code.elgg.org/elgg/trunk@3473 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-09-06Fixed a potential security issue concerning site views.brettp
git-svn-id: https://code.elgg.org/elgg/trunk@3464 36083f99-b078-4883-b0ff-0f9b5a30f544