aboutsummaryrefslogtreecommitdiff
path: root/views/default/core
AgeCommit message (Collapse)Author
2012-12-04Fixes #4946 - In views/default/core/settings/statistics/online.php there's ↵Krzysztof Różalski
get_system_log call but system_log call can be supressed by unregistering default handler. Better to use last_login attribute.
2012-09-28fixed: fetching wrong stats data for usersJerome Bakker
2012-06-22Fixes #4537, #4617 made input/friendspicker i18n compliantCash Costello
2012-06-17Fixes #4422 pulling in Ismayil's changes so that we use the module view for ↵Cash Costello
settings
2012-06-02Merge pull request #172 from ewinslow/river-externalize-jsCash Costello
Externalizes river JS
2012-05-17Refs #4396. No revert, remove.Sem
2012-03-04Pulls river js out into external fileEvan Winslow
2012-02-10new layout and ajax loading for walled gardenCash Costello
2012-01-20Refs #4293 removed unnecessary get_input('offset') calls since ↵Cash Costello
elgg_list_entities() calls that
2011-12-24Fixes #3272 added button to revert avatarCash Costello
2011-11-27Fixes #3953 adds back the ability to change display name from settings pageCash Costello
2011-11-13Fixes #4082 adds output/imgCash Costello
2011-11-04Fixes #4047 header and footer optional for the module viewCash Costello
2011-10-30added back support for registration and forgotten passwords to walled garden ↵cash
index
2011-10-30basic walled garden implementation for logging incash
2011-10-30added support for specifying the module type to login boxcash
2011-10-09Fixes #595 separating email address from email notification in language stringsCash Costello
2011-10-09Fixes #3673 added autofocus classCash Costello
2011-09-30Fixes #3904 action word should come first for encode_text parametercash
2011-09-28Fixes #3879. Removed some instances of deprecated views / functions.Brett Profitt
2011-06-27Refs #3407 using elgg-form and elgg-foot in core forms. Plugins nextCash Costello
2011-06-12adjusted the spacing between the settings tools text and the surrounding ↵cash
elements git-svn-id: http://code.elgg.org/elgg/trunk@9189 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-06-11Fixes #3515 created a unified page handler for account pagescash
git-svn-id: http://code.elgg.org/elgg/trunk@9175 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-06-07Refs #3510, #3414, #3536. Ported https login fixes to trunk. Will need to ↵brettp
backport changes to 1.7 for #3536. git-svn-id: http://code.elgg.org/elgg/trunk@9142 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-05-20Refs #3340 pulls dashboard out as plugincash
git-svn-id: http://code.elgg.org/elgg/trunk@9108 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-27Refs #3362. Plugins don't check deps upon boot. Made package and manifest ↵brettp
private properties of ElggPlugin and added ->getPackage() and ->getManifest(). git-svn-id: http://code.elgg.org/elgg/trunk@9030 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-01Fixes #3231 welcome back, members plugincash
git-svn-id: http://code.elgg.org/elgg/trunk@8895 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-12Fixes #3065, #3089. Merged JS events and hooks to a single system. Updated ↵brettp
plugins and core to use it. Added elgg.getURLFragment() and using it elgg.ui.popsUp(). git-svn-id: http://code.elgg.org/elgg/trunk@8671 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-10Fixes #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-09Fixes #3058 pulls likes out as a plugincash
git-svn-id: http://code.elgg.org/elgg/trunk@8639 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-08Fixes #3027. Likes popup uses rel='popup' and elgg.ui.popsUp() to position ↵brettp
absolute. git-svn-id: http://code.elgg.org/elgg/trunk@8630 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-06Refs #2693 walled garden code is functional. Push back a thorough clean up ↵cash
until Elgg 1.9 git-svn-id: http://code.elgg.org/elgg/trunk@8614 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-02Addressed several miscellaneous todo'sewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8563 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-01Fixes #3032: toggler pattern is now <a href="#target" ↵ewinslow
class="elgg-toggler">...</a> Wow, so much nicer. git-svn-id: http://code.elgg.org/elgg/trunk@8538 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-01core/likes/display uses image-block component. ensures that the like icon ↵ewinslow
is even with the "x users liked this" text. Wondering if we should split the two up entirely. git-svn-id: http://code.elgg.org/elgg/trunk@8528 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-01false is default for encode text in output/url -- no need to specifyewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8518 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-01Convert river filter javascript to new styleewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8514 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-26Fixes #2982 friends collections work even if the code is convoluted and ↵cash
poorly written. git-svn-id: http://code.elgg.org/elgg/trunk@8495 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-26Refs #2982 adding and deleting friend collections works - editing does notcash
git-svn-id: http://code.elgg.org/elgg/trunk@8490 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-26fixed friends picker js includecash
git-svn-id: http://code.elgg.org/elgg/trunk@8489 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-25Converted all uses of profile/icon in core + plugins to elgg_view_entity_iconewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8471 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-24moved another friends picker css section to forms css viewcash
git-svn-id: http://code.elgg.org/elgg/trunk@8454 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-24cutting down the amount of css required for the avatar pagecash
git-svn-id: http://code.elgg.org/elgg/trunk@8453 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-24organized the river views according to the subview patterncash
git-svn-id: http://code.elgg.org/elgg/trunk@8452 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-23Every occurrence of elgg-button-$type needs an elgg-button base class ↵ewinslow
declaration -- or should we remove that requirement? git-svn-id: http://code.elgg.org/elgg/trunk@8444 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-23Refs #2976: Converted most markup to use elgg-toggler elgg-toggles-* patternewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8443 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-22Deprecated (user)settings/$plugin_id/edit in favor of ↵ewinslow
plugins/$plugin_id/(user)settings git-svn-id: http://code.elgg.org/elgg/trunk@8421 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-22Fixes #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-22core river footer taking advantage of new DRY comment formewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8408 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-22Refs #2950: Cleanup of plugin-related view structureewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8394 36083f99-b078-4883-b0ff-0f9b5a30f544