]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
15 years agoMerge branch '0.8.x' into design_reset
Zach Copley [Mon, 29 Jun 2009 22:38:17 +0000 (15:38 -0700)]
Merge branch '0.8.x' into design_reset

* 0.8.x:
  Using max-width:480px for settings_design_background-image image
  Using role for admin indicator. Added margin-left.

15 years agoSmall comment change (default is for both users an groups)
Zach Copley [Mon, 29 Jun 2009 22:37:13 +0000 (15:37 -0700)]
Small comment change (default is for both users an groups)

15 years agoUsing max-width:480px for settings_design_background-image image
Sarven Capadisli [Mon, 29 Jun 2009 22:30:40 +0000 (22:30 +0000)]
Using max-width:480px for settings_design_background-image image

15 years agoUsing role for admin indicator. Added margin-left.
Sarven Capadisli [Mon, 29 Jun 2009 22:07:16 +0000 (22:07 +0000)]
Using role for admin indicator. Added margin-left.

15 years agoAllow users and groups to reset their design to system default colors
Zach Copley [Mon, 29 Jun 2009 21:52:38 +0000 (14:52 -0700)]
Allow users and groups to reset their design to system default colors

15 years agoMerge branch '0.8.x' into design_reset
Zach Copley [Mon, 29 Jun 2009 20:23:45 +0000 (13:23 -0700)]
Merge branch '0.8.x' into design_reset

* 0.8.x: (32 commits)
  admin indicators in groups
  show section with admins in sidebar of group
  update to latest (r76) version of XMPPHP
  better output for common error handler
  fix logging error
  note when going background
  change name of constructor for xmppdaemon
  add a lot more logging to xmppdaemon
  error in get_option_value wasn't returning a value
  reformat commandline.inc
  if not in daemon mode, xmppdaemon sends log to stdout
  extract log-line formatting to its own function
  got my background/foreground logic backwards
  twitter status fetcher takes an id argument
  more efficient fixup of conversations
  commandline processing handles errors better
  xmppdaemon.php can stay in foreground
  command line arg handling a little more flexible
  Daemon can optionally not go into the background
  don't canonicalize people's text into URLs
  ...

Conflicts:
theme/base/css/display.css

15 years agoadmin indicators in groups
Evan Prodromou [Mon, 29 Jun 2009 14:29:11 +0000 (10:29 -0400)]
admin indicators in groups

15 years agoshow section with admins in sidebar of group
Evan Prodromou [Mon, 29 Jun 2009 14:22:17 +0000 (10:22 -0400)]
show section with admins in sidebar of group

15 years agoupdate to latest (r76) version of XMPPHP
Evan Prodromou [Mon, 29 Jun 2009 01:03:21 +0000 (21:03 -0400)]
update to latest (r76) version of XMPPHP

15 years agobetter output for common error handler
Evan Prodromou [Sun, 28 Jun 2009 23:24:14 +0000 (19:24 -0400)]
better output for common error handler

15 years agofix logging error
Evan Prodromou [Sun, 28 Jun 2009 21:41:16 +0000 (17:41 -0400)]
fix logging error

15 years agonote when going background
Evan Prodromou [Sun, 28 Jun 2009 21:38:02 +0000 (17:38 -0400)]
note when going background

15 years agochange name of constructor for xmppdaemon
Evan Prodromou [Sun, 28 Jun 2009 21:22:44 +0000 (17:22 -0400)]
change name of constructor for xmppdaemon

15 years agoadd a lot more logging to xmppdaemon
Evan Prodromou [Sun, 28 Jun 2009 21:22:11 +0000 (17:22 -0400)]
add a lot more logging to xmppdaemon

15 years agoerror in get_option_value wasn't returning a value
Evan Prodromou [Sun, 28 Jun 2009 21:02:31 +0000 (17:02 -0400)]
error in get_option_value wasn't returning a value

15 years agoreformat commandline.inc
Evan Prodromou [Sun, 28 Jun 2009 20:55:19 +0000 (16:55 -0400)]
reformat commandline.inc

15 years agoif not in daemon mode, xmppdaemon sends log to stdout
Evan Prodromou [Sun, 28 Jun 2009 20:38:59 +0000 (16:38 -0400)]
if not in daemon mode, xmppdaemon sends log to stdout

15 years agoextract log-line formatting to its own function
Evan Prodromou [Sun, 28 Jun 2009 20:38:27 +0000 (16:38 -0400)]
extract log-line formatting to its own function

15 years agogot my background/foreground logic backwards
Evan Prodromou [Sun, 28 Jun 2009 20:33:08 +0000 (16:33 -0400)]
got my background/foreground logic backwards

15 years agoMerge branch '0.8.x' of jill@xmpp001.controlezvous.ca:/opt/local/share/laconica into...
Evan Prodromou [Sun, 28 Jun 2009 20:20:58 +0000 (16:20 -0400)]
Merge branch '0.8.x' of jill@xmpp001.controlezvous.ca:/opt/local/share/laconica into 0.8.x

15 years agotwitter status fetcher takes an id argument
Evan Prodromou [Sun, 28 Jun 2009 20:16:44 +0000 (20:16 +0000)]
twitter status fetcher takes an id argument

15 years agomore efficient fixup of conversations
Super-User [Sun, 28 Jun 2009 20:15:45 +0000 (20:15 +0000)]
more efficient fixup of conversations

15 years agocommandline processing handles errors better
Super-User [Sun, 28 Jun 2009 20:15:17 +0000 (20:15 +0000)]
commandline processing handles errors better

15 years agoxmppdaemon.php can stay in foreground
Evan Prodromou [Sun, 28 Jun 2009 20:13:08 +0000 (16:13 -0400)]
xmppdaemon.php can stay in foreground

15 years agocommand line arg handling a little more flexible
Evan Prodromou [Sun, 28 Jun 2009 20:12:45 +0000 (16:12 -0400)]
command line arg handling a little more flexible

15 years agoDaemon can optionally not go into the background
Evan Prodromou [Sun, 28 Jun 2009 20:12:23 +0000 (16:12 -0400)]
Daemon can optionally not go into the background

15 years agodon't canonicalize people's text into URLs
Evan Prodromou [Sun, 28 Jun 2009 19:21:15 +0000 (15:21 -0400)]
don't canonicalize people's text into URLs

15 years agobad string compare in Status_network
Evan Prodromou [Sun, 28 Jun 2009 18:48:19 +0000 (14:48 -0400)]
bad string compare in Status_network

15 years agofallback for www. addresses
Evan Prodromou [Sun, 28 Jun 2009 18:45:33 +0000 (14:45 -0400)]
fallback for www. addresses

15 years agodebug flag for sessions
Evan Prodromou [Sat, 27 Jun 2009 15:11:09 +0000 (08:11 -0700)]
debug flag for sessions

15 years agodon't need config in main anymore
Evan Prodromou [Sat, 27 Jun 2009 14:43:58 +0000 (07:43 -0700)]
don't need config in main anymore

15 years agolog IP for API auth errors
Evan Prodromou [Sat, 27 Jun 2009 14:37:58 +0000 (07:37 -0700)]
log IP for API auth errors

15 years agosome debugging code for sessions
Evan Prodromou [Sat, 27 Jun 2009 14:09:21 +0000 (07:09 -0700)]
some debugging code for sessions

15 years agoremove debugging code from Notice.php
Evan Prodromou [Sat, 27 Jun 2009 14:02:36 +0000 (07:02 -0700)]
remove debugging code from Notice.php

15 years agofixup perms on auto-generated files
Evan Prodromou [Sat, 27 Jun 2009 13:24:06 +0000 (06:24 -0700)]
fixup perms on auto-generated files

15 years agouse the session class to store sessions
Evan Prodromou [Sat, 27 Jun 2009 13:20:24 +0000 (06:20 -0700)]
use the session class to store sessions

15 years agoa memcached_dataobject class for saving sessions
Evan Prodromou [Sat, 27 Jun 2009 12:48:22 +0000 (05:48 -0700)]
a memcached_dataobject class for saving sessions

15 years agosession storage
Evan Prodromou [Sat, 27 Jun 2009 12:15:59 +0000 (05:15 -0700)]
session storage

15 years agomarker in sessions
Evan Prodromou [Sat, 27 Jun 2009 12:07:14 +0000 (05:07 -0700)]
marker in sessions

15 years agoAdded input submit to let the user to go back to site's default design
Sarven Capadisli [Sat, 27 Jun 2009 03:21:18 +0000 (03:21 +0000)]
Added input submit to let the user to go back to site's default design
settings

15 years agoMerge branch 'attachment-fixup' into 0.8.x
Zach Copley [Sat, 27 Jun 2009 01:32:18 +0000 (18:32 -0700)]
Merge branch 'attachment-fixup' into 0.8.x

* attachment-fixup:
  Added readonly flag to FileAction just in case
  Make shorturls in notice content point to AttachmentAction urls
  Add attachment action back into router

15 years agoAdded readonly flag to FileAction just in case
Zach Copley [Sat, 27 Jun 2009 01:31:24 +0000 (18:31 -0700)]
Added readonly flag to FileAction just in case

15 years agoAdded background-attachment:fixed for userdesigns
Sarven Capadisli [Fri, 26 Jun 2009 15:20:22 +0000 (15:20 +0000)]
Added background-attachment:fixed for userdesigns

15 years agoRemoved redundant selector from JS
Sarven Capadisli [Fri, 26 Jun 2009 15:10:04 +0000 (15:10 +0000)]
Removed redundant selector from JS

15 years agoboxcar notice inbox requests
Evan Prodromou [Fri, 26 Jun 2009 07:47:27 +0000 (00:47 -0700)]
boxcar notice inbox requests

15 years agoMerge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into...
Evan Prodromou [Fri, 26 Jun 2009 06:01:30 +0000 (23:01 -0700)]
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x

15 years agobreak up big inbox queries into lots of small ones
Evan Prodromou [Fri, 26 Jun 2009 06:00:46 +0000 (23:00 -0700)]
break up big inbox queries into lots of small ones

15 years agoRemoved unnecessary assignment to variable for background image on
Sarven Capadisli [Fri, 26 Jun 2009 05:38:43 +0000 (05:38 +0000)]
Removed unnecessary assignment to variable for background image on

15 years agoMerge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x
Sarven Capadisli [Fri, 26 Jun 2009 00:48:13 +0000 (00:48 +0000)]
Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x

15 years agoMerge branch '0.8.x' into attachment-fixup
Zach Copley [Thu, 25 Jun 2009 22:44:17 +0000 (15:44 -0700)]
Merge branch '0.8.x' into attachment-fixup

* 0.8.x:
  Added functionality to remove the notice data attachment
  max public page

15 years agoMake shorturls in notice content point to AttachmentAction urls
Zach Copley [Thu, 25 Jun 2009 22:42:17 +0000 (15:42 -0700)]
Make shorturls in notice content point to AttachmentAction urls

15 years agoIE UI update for notice_data_attach_selected
Sarven Capadisli [Thu, 25 Jun 2009 21:25:41 +0000 (21:25 +0000)]
IE UI update for notice_data_attach_selected

15 years agoAdd attachment action back into router
Zach Copley [Thu, 25 Jun 2009 21:05:06 +0000 (14:05 -0700)]
Add attachment action back into router

15 years agoMerge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into...
Evan Prodromou [Thu, 25 Jun 2009 21:02:41 +0000 (14:02 -0700)]
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x

15 years agoMerge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x
Sarven Capadisli [Thu, 25 Jun 2009 21:01:59 +0000 (21:01 +0000)]
Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x

15 years agoAdded functionality to remove the notice data attachment
Sarven Capadisli [Thu, 25 Jun 2009 21:01:07 +0000 (21:01 +0000)]
Added functionality to remove the notice data attachment

15 years agoMerge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x
Zach Copley [Thu, 25 Jun 2009 20:59:34 +0000 (13:59 -0700)]
Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x

* '0.8.x' of git@gitorious.org:laconica/dev:
  Using transparent background colour instead of solid for notice on hover

15 years agoFileAction redirections weren't being added (e.g.: /notice/$notice_id/file)
Zach Copley [Thu, 25 Jun 2009 20:51:29 +0000 (13:51 -0700)]
FileAction redirections weren't being added (e.g.: /notice/$notice_id/file)

15 years agoUsing transparent background colour instead of solid for notice on hover
Sarven Capadisli [Thu, 25 Jun 2009 20:36:02 +0000 (20:36 +0000)]
Using transparent background colour instead of solid for notice on hover

15 years agomax public page
Evan Prodromou [Thu, 25 Jun 2009 20:23:59 +0000 (13:23 -0700)]
max public page

15 years agoMerge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x
Zach Copley [Thu, 25 Jun 2009 19:52:55 +0000 (12:52 -0700)]
Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x

* '0.8.x' of git@gitorious.org:laconica/dev:
  Added fragment identifier to the "in context" URL which points to
  Adds a scrollbar if the filename is too long for the attached file

15 years agoReturn clippy to his rightful place next to attachments
Zach Copley [Thu, 25 Jun 2009 19:52:10 +0000 (12:52 -0700)]
Return clippy to his rightful place next to attachments

15 years agoMerge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x
Sarven Capadisli [Thu, 25 Jun 2009 19:00:26 +0000 (19:00 +0000)]
Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x

15 years agoAdded fragment identifier to the "in context" URL which points to
Sarven Capadisli [Thu, 25 Jun 2009 18:57:39 +0000 (18:57 +0000)]
Added fragment identifier to the "in context" URL which points to
the notice location in the Conversation page.

15 years agofix caching for conversations, again
Evan Prodromou [Thu, 25 Jun 2009 18:23:47 +0000 (11:23 -0700)]
fix caching for conversations, again

15 years agoMerge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into...
Evan Prodromou [Thu, 25 Jun 2009 18:10:49 +0000 (11:10 -0700)]
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x

15 years agoavoid getting duplicate errors on upload
Evan Prodromou [Thu, 25 Jun 2009 18:10:34 +0000 (11:10 -0700)]
avoid getting duplicate errors on upload

15 years agoshow backtrace on error
Evan Prodromou [Thu, 25 Jun 2009 18:08:55 +0000 (11:08 -0700)]
show backtrace on error

15 years agostreamline the file action
Evan Prodromou [Thu, 25 Jun 2009 18:08:32 +0000 (11:08 -0700)]
streamline the file action

15 years agoAdds a scrollbar if the filename is too long for the attached file
Sarven Capadisli [Thu, 25 Jun 2009 17:00:32 +0000 (17:00 +0000)]
Adds a scrollbar if the filename is too long for the attached file

15 years agoMerge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x
Sarven Capadisli [Thu, 25 Jun 2009 16:56:02 +0000 (16:56 +0000)]
Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x

15 years agoShows the selected file attachment under the form_notice textarea
Sarven Capadisli [Thu, 25 Jun 2009 16:55:19 +0000 (16:55 +0000)]
Shows the selected file attachment under the form_notice textarea

15 years agoupdate conversations to use newer query format
Evan Prodromou [Thu, 25 Jun 2009 16:43:30 +0000 (09:43 -0700)]
update conversations to use newer query format

15 years agodon't try to load a null notice into the list
Evan Prodromou [Thu, 25 Jun 2009 09:57:16 +0000 (02:57 -0700)]
don't try to load a null notice into the list

15 years agoMerge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into...
Evan Prodromou [Thu, 25 Jun 2009 09:13:52 +0000 (02:13 -0700)]
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x

15 years agoblow cache when new notice in conversation is saved
Evan Prodromou [Thu, 25 Jun 2009 09:11:34 +0000 (02:11 -0700)]
blow cache when new notice in conversation is saved

15 years agoStyle for entity_aliases
Sarven Capadisli [Thu, 25 Jun 2009 07:55:52 +0000 (07:55 +0000)]
Style for entity_aliases

15 years agoMerge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x
Sarven Capadisli [Thu, 25 Jun 2009 06:57:00 +0000 (06:57 +0000)]
Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x

15 years agoAdded class entry-content to attachment list container
Sarven Capadisli [Thu, 25 Jun 2009 06:55:40 +0000 (06:55 +0000)]
Added class entry-content to attachment list container

15 years agoSlightly more specific selector. Looks only in the notices in the
Sarven Capadisli [Thu, 25 Jun 2009 03:46:52 +0000 (03:46 +0000)]
Slightly more specific selector. Looks only in the notices in the
content area

15 years agodifferent args for pid and daemon scripts
Evan Prodromou [Thu, 25 Jun 2009 02:50:45 +0000 (19:50 -0700)]
different args for pid and daemon scripts

15 years agoadd i argument for all daemons
Evan Prodromou [Thu, 25 Jun 2009 02:35:19 +0000 (19:35 -0700)]
add i argument for all daemons

15 years agoall daemons take an id parameter
Evan Prodromou [Thu, 25 Jun 2009 02:31:12 +0000 (19:31 -0700)]
all daemons take an id parameter

15 years agoMerge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into...
Evan Prodromou [Thu, 25 Jun 2009 02:18:32 +0000 (19:18 -0700)]
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x

15 years agomake stomp server work with username and password
Evan Prodromou [Thu, 25 Jun 2009 02:17:41 +0000 (19:17 -0700)]
make stomp server work with username and password

15 years agono memcached queue handler
Evan Prodromou [Thu, 25 Jun 2009 01:02:17 +0000 (18:02 -0700)]
no memcached queue handler

15 years agoSeparated attachment view components
Sarven Capadisli [Thu, 25 Jun 2009 00:49:54 +0000 (00:49 +0000)]
Separated attachment view components

15 years agoMoved the attachment representation outside of the anchor so that
Sarven Capadisli [Thu, 25 Jun 2009 00:25:22 +0000 (00:25 +0000)]
Moved the attachment representation outside of the anchor so that
onclick, it doesn't follow through on the href (e.g., it would play
the video in the overlay instead)

15 years agoMerge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x
Zach Copley [Wed, 24 Jun 2009 23:11:48 +0000 (16:11 -0700)]
Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x

* '0.8.x' of git@gitorious.org:laconica/dev:
  script to upgrade a database from 0.7.4 to 0.8.0
  change foreign_user.id to bigint (for Twitter, Facebook, etc.)
  use printf instead of echo for startdaemons.sh

15 years agoTake out noisy debugging statement
Zach Copley [Wed, 24 Jun 2009 23:10:28 +0000 (16:10 -0700)]
Take out noisy debugging statement

15 years agoscript to upgrade a database from 0.7.4 to 0.8.0
Evan Prodromou [Wed, 24 Jun 2009 21:59:36 +0000 (14:59 -0700)]
script to upgrade a database from 0.7.4 to 0.8.0

15 years agochange foreign_user.id to bigint (for Twitter, Facebook, etc.)
Evan Prodromou [Wed, 24 Jun 2009 21:44:02 +0000 (14:44 -0700)]
change foreign_user.id to bigint (for Twitter, Facebook, etc.)

15 years agoMerge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into...
Evan Prodromou [Wed, 24 Jun 2009 21:13:42 +0000 (14:13 -0700)]
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x

15 years agoMerge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x
Zach Copley [Wed, 24 Jun 2009 07:45:25 +0000 (00:45 -0700)]
Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x

* '0.8.x' of git@gitorious.org:laconica/dev:
  add args to daemons fetch
  pass through server and path args to daemons

15 years agoOnly show "tile background" setting once an img has been uploaded
Zach Copley [Wed, 24 Jun 2009 07:43:48 +0000 (00:43 -0700)]
Only show "tile background" setting once an img has been uploaded

15 years agofix bad function call (needed to be static)
Zach Copley [Wed, 24 Jun 2009 07:27:37 +0000 (00:27 -0700)]
fix bad function call (needed to be static)

15 years agofix bug in which design background could accidentally get removed
Zach Copley [Wed, 24 Jun 2009 07:00:36 +0000 (00:00 -0700)]
fix bug in which design background could accidentally get removed

15 years agouse printf instead of echo for startdaemons.sh
Evan Prodromou [Wed, 24 Jun 2009 00:08:33 +0000 (17:08 -0700)]
use printf instead of echo for startdaemons.sh

15 years agoMerge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into...
Evan Prodromou [Tue, 23 Jun 2009 23:44:31 +0000 (16:44 -0700)]
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x

15 years agoadd args to daemons fetch
Evan Prodromou [Tue, 23 Jun 2009 23:44:00 +0000 (16:44 -0700)]
add args to daemons fetch