aboutsummaryrefslogtreecommitdiff
path: root/views
AgeCommit message (Collapse)Author
2010-11-19saving widget settingscash
git-svn-id: http://code.elgg.org/elgg/trunk@7350 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-19users can delete widgets from layoutcash
git-svn-id: http://code.elgg.org/elgg/trunk@7349 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-19saving widget position after movingcash
git-svn-id: http://code.elgg.org/elgg/trunk@7343 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-18Refs #1793 getting sorted widgets from elgg_get_widgets()cash
git-svn-id: http://code.elgg.org/elgg/trunk@7339 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-18Refs #1793 added ability to add widgets to layout through ajaxcash
git-svn-id: http://code.elgg.org/elgg/trunk@7338 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-17Refs #2143 I need ids for urls for the widget code right nowcash
git-svn-id: http://code.elgg.org/elgg/trunk@7334 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-17Refs #1793 - added a basic add new widgets view - it is not wired up yetcash
git-svn-id: http://code.elgg.org/elgg/trunk@7333 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-17Refs #821 #1793 early widget layout - does not include edit settings, ↵cash
delete, collapsing, reloading, or adding widgets git-svn-id: http://code.elgg.org/elgg/trunk@7329 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-14Refs #2391: Baby steps toward getting a unified css -- haven't landed on a ↵ewinslow
name yet, but listing/icon/info seems to make the most sense. Do we need to be worried about naming collisions, since those names are so simple? git-svn-id: http://code.elgg.org/elgg/trunk@7314 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-14Refs #2538: Added vsprintf support to elgg.echo. Added unit tests for ↵ewinslow
normalize_url, added prototype definitions for Array#forEach for compatibility with IE. git-svn-id: http://code.elgg.org/elgg/trunk@7313 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-14Fixes #2334: Converted viewtype => listtype and viewtypetoggle => ↵ewinslow
listtypetoggle. Did my best to maintain backwards compatibility but might have missed something... git-svn-id: http://code.elgg.org/elgg/trunk@7311 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-14Refs #1208: Default input/button to 'button' type (rather than 'submit' type).ewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7307 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-11Closes #2637 good-bye canvascash
git-svn-id: http://code.elgg.org/elgg/trunk@7291 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-11Refs #2637 moved canvas/layouts to layoutscash
git-svn-id: http://code.elgg.org/elgg/trunk@7290 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-11oops - undoing part of the previous commitcash
git-svn-id: http://code.elgg.org/elgg/trunk@7289 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-11Fixes #2640 - elgg_view_layout now uses a parameter array like all the other ↵cash
elgg_view* functions git-svn-id: http://code.elgg.org/elgg/trunk@7288 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-10Fixes #2367: With fear and trepidation, converting events/plugin hooks to ↵ewinslow
use elgg_ prefixed versions git-svn-id: http://code.elgg.org/elgg/trunk@7284 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-10Refs #866 - registration uses https if configured for logincash
git-svn-id: http://code.elgg.org/elgg/trunk@7281 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-10No sense in calling elgg_get_site_url() twice here...ewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7280 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-10Prevent "https login" from breaking login on sites that are https by defaultewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7279 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-09Refs #2626 - adds default annotation view to trunkcash
git-svn-id: http://code.elgg.org/elgg/trunk@7275 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-09Refs #2506 reorged the login box views - css still needs to be cleaned upcash
git-svn-id: http://code.elgg.org/elgg/trunk@7271 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-09Fixes #2631 removes 'elgg_' namespace from the page element views - anyone ↵cash
working with the trunk will need to update their theme and/or flush their cache git-svn-id: http://code.elgg.org/elgg/trunk@7268 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-06added text color for warnings otherwise warnings that occur in topbar end up ↵cash
blank git-svn-id: http://code.elgg.org/elgg/trunk@7250 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-04Fixes #2210 - using new functions for registering the core js and css filescash
git-svn-id: http://code.elgg.org/elgg/trunk@7233 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-03Fixed missing ).brettp
git-svn-id: http://code.elgg.org/elgg/trunk@7231 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-03Refs #1320. Updated core to use elgg_echo()'s native string replacement.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@7227 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-03Fixes #2440: Converted clearfloat to clearfix, brought back orig clearfloatewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7223 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-03Fixes #2128 - replaces all uses of set_context() and get_context() in core ↵cash
and plugins git-svn-id: http://code.elgg.org/elgg/trunk@7215 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-02Refs #2463: page_elements/content_header normalizes 'new_link'ewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7202 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-02Refs #2463: Removed some more instances of $CONFIG->url. Added support for ↵ewinslow
elgg_normalize_url to elgg_add_action_tokens_to_url git-svn-id: http://code.elgg.org/elgg/trunk@7200 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-02Refs #2463: Added url normalization support to output/url, ↵ewinslow
output/confirmlink. Enhanced normalization to take care of urls like "example.com" git-svn-id: http://code.elgg.org/elgg/trunk@7199 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-02Refs #2463: Removed many more graituitous calls to elgg_get_site_url(), ↵ewinslow
$CONFIG->url, etc. git-svn-id: http://code.elgg.org/elgg/trunk@7198 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-02Refs #2463: input/form now normalizes the action parameterewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7197 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-02Refs #2538: Moved js directory to elgg root.ewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7189 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-02Refs #2538: Added Elggy event system. Javascript boot sequence mimics PHP.ewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7186 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-01Fixes #2318: Adjusted system message markup + styles to work with ajax actionsewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7185 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-01Refs #2538: Added some models, inheritance, more bootstrapping codeewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7183 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-30Changed get_submenu to elgg_get_submenuewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7151 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-30Refs #2598: Converted the rest of the $vars['url'] references to ↵ewinslow
elgg_get_site_url() git-svn-id: http://code.elgg.org/elgg/trunk@7150 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-30Refs #2598: Converted most $vars['url'] to elgg_get_site_url()ewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7149 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-30Refs #2598: Converted virtually all uses of $CONFIG->wwwroot to ↵ewinslow
elgg_get_site_url() git-svn-id: http://code.elgg.org/elgg/trunk@7146 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-30Refs #1439: Using new page_owner functions in all of coreewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7140 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-30Refs #2124: Using get_loggedin_user functions instead of $vars['user'], ↵ewinslow
$_SESSION['user'], etc. git-svn-id: http://code.elgg.org/elgg/trunk@7139 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-30Refs #2124: Using elgg_get_page_owner instead of $vars['page_owner'] in viewsewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7138 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-22Removed @license, @copyright, and @author from files. License and copyright ↵brettp
are covered by LICENSE.txt and COPYRIGHT.txt in root. git-svn-id: http://code.elgg.org/elgg/trunk@7118 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-20Merges [7038] into trunk from 1.7 branchcash
git-svn-id: http://code.elgg.org/elgg/trunk@7111 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-20Fixes #2570 - cannot replicate issue with current_page_url() so returned to ↵cash
using it - fixes subdirectory install issue git-svn-id: http://code.elgg.org/elgg/trunk@7100 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-12Fixes #2522 - disabling form submission after first submissioncash
git-svn-id: http://code.elgg.org/elgg/trunk@7065 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-10handling the database being down/busy or an incomplete install. Also cleaned ↵cash
up failsafe views git-svn-id: http://code.elgg.org/elgg/trunk@7044 36083f99-b078-4883-b0ff-0f9b5a30f544