aboutsummaryrefslogtreecommitdiff
path: root/mod/thewire/views/default
AgeCommit message (Collapse)Author
2011-02-15Fixes #2808: elgg_get_array_value => elgg_extractewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8247 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12a mostly completed port of JHU/APL wire plugin to 1.8cash
git-svn-id: http://code.elgg.org/elgg/trunk@8183 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-11Added disapproving @todo's wherever I could find javascript not conforming ↵ewinslow
to 1.8 conventions git-svn-id: http://code.elgg.org/elgg/trunk@8123 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-10Converted buttons to elgg-object-type naming convention. Added table of ↵ewinslow
buttons to forms theming preview meant for previewing all button types and states (still have to implement those...) git-svn-id: http://code.elgg.org/elgg/trunk@8091 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-08Refs #2543: Updated trunk mods and views to use the new functions from ↵brettp
previous 2 commits. git-svn-id: http://code.elgg.org/elgg/trunk@8079 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-01-26changed elgg_get_page_owner() to elgg_get_page_owner_entity() to be more ↵cash
consistent git-svn-id: http://code.elgg.org/elgg/trunk@7943 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-19replacing action-button with elgg-action-buttoncash
git-svn-id: http://code.elgg.org/elgg/trunk@7688 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-17added pages and thewire river entriescash
git-svn-id: http://code.elgg.org/elgg/trunk@7659 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-15moved likes forms into forms directorycash
git-svn-id: http://code.elgg.org/elgg/trunk@7631 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-02Refs #2700 replaced most underscores with hyphens - there may be broken ↵cash
display code due to extent of this change git-svn-id: http://code.elgg.org/elgg/trunk@7493 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-02Refs #2700 changed underscores to hyphens for the forms css elementscash
git-svn-id: http://code.elgg.org/elgg/trunk@7492 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-01Fixes #2555 content.php is the new display view for widgetscash
git-svn-id: http://code.elgg.org/elgg/trunk@7484 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-03Fixes #1320: Bundled mods use elgg_echo()'s internal string substitution.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@7229 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-02Fixes #2463: Removed gratuitous references to $CONFIG->url, etc. from the ↵ewinslow
rest of the plugins. git-svn-id: http://code.elgg.org/elgg/trunk@7205 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 #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-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-08-23merged [6828] into trunk from 1.7 branchcash
git-svn-id: http://code.elgg.org/elgg/trunk@6855 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-08-23merged [6829] from 1.7 branch into trunkcash
git-svn-id: http://code.elgg.org/elgg/trunk@6854 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-08-21Merged r6586:6587 from 1.7 branch into trunkcash
git-svn-id: http://code.elgg.org/elgg/trunk@6842 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-07-08Moved all river entry metadata inside span (pushed onto new line) and added ↵pete
relevant css git-svn-id: http://code.elgg.org/elgg/trunk@6660 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-06-26The wire can now have comments and likes via the activity stream.dave
git-svn-id: http://code.elgg.org/elgg/trunk@6571 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-06-03Updating views to no longer parse usernames as this is handled directly thru ↵nickw
Mentions. git-svn-id: http://code.elgg.org/elgg/trunk@6346 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-04-05Merged 5530:5604 from 1.7 to trunk.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@5622 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-12Updated and simplified generic entity listings metadata block (edit, delete, ↵pete
access) to not use tables. git-svn-id: http://code.elgg.org/elgg/trunk@5375 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-11Updated friends/members listings when there is a latest wire post to display.pete
git-svn-id: http://code.elgg.org/elgg/trunk@5364 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-11Riverdashboard updated to new UI. DOM simplified a bit & css cleaned up.pete
git-svn-id: http://code.elgg.org/elgg/trunk@5358 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-09Ticket #1954 fixeddave
git-svn-id: http://code.elgg.org/elgg/trunk@5319 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-08Updates to thewire interfacepete
git-svn-id: http://code.elgg.org/elgg/trunk@5302 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-03Pulled in the interface changes.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@5257 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-08-06removed all main plugins from core - they now live in the plugins svndave
git-svn-id: https://code.elgg.org/elgg/trunk@3422 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-06-30fixed wire reply button (missing 'echo'), and tweaked river/dashboard reply ↵pete
link for the default theme. Also fixed a typo in the admin area git-svn-id: https://code.elgg.org/elgg/trunk@3370 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-06-30wire links will now work in the activity riverdave
git-svn-id: https://code.elgg.org/elgg/trunk@3367 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-06-17* Translation 'reply' fixed.marcus
* Now possible to reply to wire posts from within the river. git-svn-id: https://code.elgg.org/elgg/trunk@3344 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-06-14Call out to a url shortner if one is available, through the use of the ↵marcus
input/urlshortner view. git-svn-id: https://code.elgg.org/elgg/trunk@3331 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-04-14link to the wire added to bottom of latest wire post box on riverdashboard pagepete
git-svn-id: https://code.elgg.org/elgg/trunk@3208 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-04-02Closes #949: Method in "via {{Method}}" now wrapped in an elgg_echomarcus
git-svn-id: https://code.elgg.org/elgg/trunk@3187 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-03-25river view tweak for the wiredave
git-svn-id: https://code.elgg.org/elgg/trunk@3169 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-03-04css tweakpete
git-svn-id: https://code.elgg.org/elgg/trunk@3076 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-03-04added rule to prevent character remaing field focus on thewire individual pagepete
git-svn-id: https://code.elgg.org/elgg/trunk@3069 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-02-28the wire now uses name rather than usernamedave
git-svn-id: https://code.elgg.org/elgg/trunk@2998 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-02-27default theme changedpete
git-svn-id: https://code.elgg.org/elgg/trunk@2988 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-02-27set a default num of wire posts to appear on a widgetdave
git-svn-id: https://code.elgg.org/elgg/trunk@2981 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-02-27thewire user icon layout fixed for IE / cross-browser consistencypete
git-svn-id: https://code.elgg.org/elgg/trunk@2971 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-02-26broken wire link fixeddave
git-svn-id: https://code.elgg.org/elgg/trunk@2964 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-02-26markup fixed for cross-browser rendering consistencypete
git-svn-id: https://code.elgg.org/elgg/trunk@2958 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-02-24profile update wire tweakeddave
git-svn-id: https://code.elgg.org/elgg/trunk@2911 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-02-24profile status update link formattedpete
git-svn-id: https://code.elgg.org/elgg/trunk@2909 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-02-23post to wire from thewire page styledpete
git-svn-id: https://code.elgg.org/elgg/trunk@2907 36083f99-b078-4883-b0ff-0f9b5a30f544