]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
14 years agoMerge branch '0.8.x' into cmdline
Evan Prodromou [Mon, 22 Jun 2009 21:51:17 +0000 (14:51 -0700)]
Merge branch '0.8.x' into cmdline

14 years agoMerge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into...
Evan Prodromou [Mon, 22 Jun 2009 21:32:40 +0000 (14:32 -0700)]
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x

14 years agochange staticGet() from DB_DataObject to Memcached_DataObject for file classes
Evan Prodromou [Mon, 22 Jun 2009 21:24:40 +0000 (14:24 -0700)]
change staticGet() from DB_DataObject to Memcached_DataObject for file classes

14 years agoDatabase changes for file tables
Evan Prodromou [Mon, 22 Jun 2009 21:19:41 +0000 (14:19 -0700)]
Database changes for file tables

Some minor database changes for file tables. Namely:

 * Added a timestamp to all tables
 * Added a filename column for local files
 * Change some tables that had unnecessary auto-increment primary
   keys when they had another unique column that should act as
   the primary key
 * Change engine from MyISAM to InnoDB for a couple of files.

Also, rebuilt the DB_DataObject files for all these tables.

14 years agoMerge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x
Zach Copley [Mon, 22 Jun 2009 21:14:33 +0000 (14:14 -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:
  fixing up conversations

14 years agoMerge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into...
Evan Prodromou [Mon, 22 Jun 2009 20:33:31 +0000 (13:33 -0700)]
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x

14 years agofixing up conversations
Evan Prodromou [Mon, 22 Jun 2009 20:14:15 +0000 (13:14 -0700)]
fixing up conversations

14 years agoKeep gateway notices from leaking thru Sphinx search-engine
Zach Copley [Mon, 22 Jun 2009 19:24:59 +0000 (12:24 -0700)]
Keep gateway notices from leaking thru Sphinx search-engine

14 years agoMerge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x
Zach Copley [Mon, 22 Jun 2009 17:56:02 +0000 (10:56 -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:
  Layout fix for IE6
  theme dir, path configurable

14 years agoLayout fix for IE6
Sarven Capadisli [Mon, 22 Jun 2009 17:18:09 +0000 (17:18 +0000)]
Layout fix for IE6

14 years agotheme dir, path configurable
Evan Prodromou [Mon, 22 Jun 2009 16:31:55 +0000 (09:31 -0700)]
theme dir, path configurable

14 years agoMerge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x
Zach Copley [Mon, 22 Jun 2009 05:30:39 +0000 (22:30 -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 like for search
  got rid of 'skin' concept a while ago
  add collecta.com link
  Update copyright dates in files modified in 2009
  change Controlez-Vous to Control Yourself
  ignore config.php.*
  Position of max_file_size position helps IE

14 years agoAdd like for search
Evan Prodromou [Mon, 22 Jun 2009 04:50:35 +0000 (21:50 -0700)]
Add like for search

14 years agogot rid of 'skin' concept a while ago
Evan Prodromou [Mon, 22 Jun 2009 04:38:16 +0000 (21:38 -0700)]
got rid of 'skin' concept a while ago

14 years agoadd collecta.com link
Evan Prodromou [Sun, 21 Jun 2009 18:11:12 +0000 (11:11 -0700)]
add collecta.com link

15 years agoMerge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into...
Evan Prodromou [Sun, 21 Jun 2009 04:32:27 +0000 (21:32 -0700)]
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x

15 years agoUpdate copyright dates in files modified in 2009
Evan Prodromou [Sat, 20 Jun 2009 23:12:55 +0000 (16:12 -0700)]
Update copyright dates in files modified in 2009

15 years agochange Controlez-Vous to Control Yourself
Evan Prodromou [Sat, 20 Jun 2009 23:00:04 +0000 (16:00 -0700)]
change Controlez-Vous to Control Yourself

15 years agoMerge branch '0.8.x' into cmdline
Evan Prodromou [Sat, 20 Jun 2009 22:51:51 +0000 (15:51 -0700)]
Merge branch '0.8.x' into cmdline

15 years agoignore config.php.*
Evan Prodromou [Sat, 20 Jun 2009 22:49:42 +0000 (15:49 -0700)]
ignore config.php.*

15 years agochange scripts to take server and path from commandline
Evan Prodromou [Sat, 20 Jun 2009 21:58:47 +0000 (14:58 -0700)]
change scripts to take server and path from commandline

15 years agoPosition of max_file_size position helps IE
Sarven Capadisli [Sat, 20 Jun 2009 18:22:05 +0000 (18:22 +0000)]
Position of max_file_size position helps IE

15 years agoKeep Twitter gateway notices from leaking thru MySQL notice search
Zach Copley [Sat, 20 Jun 2009 03:21:57 +0000 (20:21 -0700)]
Keep Twitter gateway notices from leaking thru MySQL notice search

15 years agoAdd twitterstatusfetcher to the list of daemons to stop
Zach Copley [Fri, 19 Jun 2009 21:40:32 +0000 (14:40 -0700)]
Add twitterstatusfetcher to the list of daemons to stop

15 years agoMinor indenting
Sarven Capadisli [Fri, 19 Jun 2009 16:04:14 +0000 (16:04 +0000)]
Minor indenting

15 years agoIncludes a sioc:reply_to link between notices. It helps with things
Sarven Capadisli [Fri, 19 Jun 2009 15:54:24 +0000 (15:54 +0000)]
Includes a sioc:reply_to link between notices. It helps with things
like http://danbri.org/words/2009/06/16/415
Thanks to Toby Inkster for the patch:
http://buzzword.org.uk/2009/laconica-0.7.3-sioc-reply_to.patch

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

15 years agoThis time, twitterstatusfetcher really DOES update changed and missing avatars!
Zach Copley [Fri, 19 Jun 2009 02:21:17 +0000 (19:21 -0700)]
This time, twitterstatusfetcher really DOES update changed and missing avatars!

15 years agoBetter avatar handling - pull in any missing Twitter avatars
Zach Copley [Thu, 18 Jun 2009 23:51:06 +0000 (16:51 -0700)]
Better avatar handling - pull in any missing Twitter avatars

15 years agoremove path from install; better autodetection now
Evan Prodromou [Thu, 18 Jun 2009 23:21:03 +0000 (16:21 -0700)]
remove path from install; better autodetection now

15 years agobetter calculation of path
Evan Prodromou [Thu, 18 Jun 2009 23:19:26 +0000 (16:19 -0700)]
better calculation of path

15 years agoMerge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into...
Evan Prodromou [Thu, 18 Jun 2009 19:22:41 +0000 (12:22 -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 [Thu, 18 Jun 2009 19:21:05 +0000 (19:21 +0000)]
Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x

15 years agoMake sure we have a DB connection before setting its charset
Zach Copley [Thu, 18 Jun 2009 19:19:19 +0000 (19:19 +0000)]
Make sure we have a DB connection before setting its charset

15 years agoBetter attachment view check
Sarven Capadisli [Thu, 18 Jun 2009 19:03:44 +0000 (19:03 +0000)]
Better attachment view check

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

15 years agoUpdated markup and CSS for attachment_view
Sarven Capadisli [Thu, 18 Jun 2009 18:48:19 +0000 (18:48 +0000)]
Updated markup and CSS for attachment_view

15 years agoOnly show twitter msgs in your own inbox
Evan Prodromou [Thu, 18 Jun 2009 18:45:48 +0000 (11:45 -0700)]
Only show twitter msgs in your own inbox

15 years agoMerge branch 'twitterpriv' into 0.8.x
Evan Prodromou [Thu, 18 Jun 2009 18:19:25 +0000 (11:19 -0700)]
Merge branch 'twitterpriv' into 0.8.x

15 years agoMerge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x
Zach Copley [Thu, 18 Jun 2009 17:52:40 +0000 (10: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:
  Display more oembed info in attachment popup.
  order notices in a conversation

15 years agoConfig option for bidirectional Twitter bridge
Zach Copley [Thu, 18 Jun 2009 17:49:45 +0000 (10:49 -0700)]
Config option for bidirectional Twitter bridge

15 years agoMerge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into...
Evan Prodromou [Thu, 18 Jun 2009 14:45:06 +0000 (07:45 -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-developers/laconica/dev into...
Robin Millette [Thu, 18 Jun 2009 10:02:54 +0000 (06:02 -0400)]
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x

15 years agoDisplay more oembed info in attachment popup.
Robin Millette [Thu, 18 Jun 2009 10:02:12 +0000 (06:02 -0400)]
Display more oembed info in attachment popup.

15 years agoMerge branch 'groupdesign' into 0.8.x
Zach Copley [Thu, 18 Jun 2009 09:17:31 +0000 (02:17 -0700)]
Merge branch 'groupdesign' into 0.8.x

* groupdesign:
  Left out some new user and group theming file in the previous commit

15 years agoLeft out some new user and group theming file in the previous commit
Zach Copley [Thu, 18 Jun 2009 09:16:39 +0000 (02:16 -0700)]
Left out some new user and group theming file in the previous commit

15 years agoMerge branch 'groupdesign' into 0.8.x
Zach Copley [Thu, 18 Jun 2009 09:02:43 +0000 (02:02 -0700)]
Merge branch 'groupdesign' into 0.8.x

* groupdesign:
  Group theming.
  Add design_id to User_group

15 years agoGroup theming.
Zach Copley [Thu, 18 Jun 2009 09:01:06 +0000 (02:01 -0700)]
Group theming.

15 years agoorder notices in a conversation
Evan Prodromou [Thu, 18 Jun 2009 07:12:53 +0000 (00:12 -0700)]
order notices in a conversation

15 years agoMerge branch '0.8.x' into twitterpriv
Evan Prodromou [Thu, 18 Jun 2009 06:56:42 +0000 (23:56 -0700)]
Merge branch '0.8.x' into twitterpriv

15 years agoAdd design_id to User_group
Zach Copley [Thu, 18 Jun 2009 05:16:09 +0000 (22:16 -0700)]
Add design_id to User_group

15 years agoUpdated themes for notice hover on content area
Sarven Capadisli [Thu, 18 Jun 2009 04:55:41 +0000 (04:55 +0000)]
Updated themes for notice hover on content area

15 years agoUsing notice hover only on content area
Sarven Capadisli [Thu, 18 Jun 2009 04:54:12 +0000 (04:54 +0000)]
Using notice hover only on content area

15 years agoUpdated pigeonthoughts theme to reflect 0.8 design requirements
Sarven Capadisli [Thu, 18 Jun 2009 04:33:32 +0000 (04:33 +0000)]
Updated pigeonthoughts theme to reflect 0.8 design requirements

15 years agoMerge branch 'userdesign' into 0.8.x
Zach Copley [Thu, 18 Jun 2009 02:04:41 +0000 (19:04 -0700)]
Merge branch 'userdesign' into 0.8.x

* userdesign:
  Minor removal

15 years agoMerge branch 'userdesign' into 0.8.x
Zach Copley [Thu, 18 Jun 2009 01:49:25 +0000 (18:49 -0700)]
Merge branch 'userdesign' into 0.8.x

* userdesign: (56 commits)
  Fix for background image repetition for various page heights
  Removed height:100% for better background image repetition
  A little more specific selector for notice reply
  Have user favorites page show user's design
  Placed a check to make sure there is a reply button in a notice before
  Make MailboxAction read only
  Remove stale reference to deprecated personal.php
  Uppercase hex color values
  Default to image being on, no tile after upload
  Fix sidebar color bug default design
  Update background image settings to use bitflags
  It was accidently removed
  Dynamically tile background image  and turn background image on or off
  Show a background img in settings form
  IE7/8 CSS update for user design
  Enable tiling of background imgs for Designs
  Added background image tile flag to Design
  Init styles for tile and image use on/off for user design settings
  Added form option to tile background image and to turn it on and off
  Add background dir
  ...

15 years agoMinor removal
Sarven Capadisli [Thu, 18 Jun 2009 01:41:53 +0000 (01:41 +0000)]
Minor removal

15 years agoFix for background image repetition for various page heights
Sarven Capadisli [Thu, 18 Jun 2009 01:39:37 +0000 (01:39 +0000)]
Fix for background image repetition for various page heights

15 years agoRemoved height:100% for better background image repetition
Sarven Capadisli [Thu, 18 Jun 2009 01:28:02 +0000 (01:28 +0000)]
Removed height:100% for better background image repetition

15 years agoMerge branch 'userdesign' of /var/www/design into userdesign
Sarven Capadisli [Thu, 18 Jun 2009 01:11:13 +0000 (01:11 +0000)]
Merge branch 'userdesign' of /var/www/design into userdesign

15 years agoA little more specific selector for notice reply
Sarven Capadisli [Thu, 18 Jun 2009 01:10:48 +0000 (01:10 +0000)]
A little more specific selector for notice reply

15 years agoMerge branch 'userdesign' of ssh://zach@dev.controlyourself.ca/mnt/www/design into...
Zach Copley [Thu, 18 Jun 2009 01:05:49 +0000 (18:05 -0700)]
Merge branch 'userdesign' of ssh://zach@dev.controlyourself.ca/mnt/www/design into userdesign

* 'userdesign' of ssh://zach@dev.controlyourself.ca/mnt/www/design:
  Placed a check to make sure there is a reply button in a notice before

15 years agoHave user favorites page show user's design
Zach Copley [Thu, 18 Jun 2009 01:05:12 +0000 (18:05 -0700)]
Have user favorites page show user's design

15 years agoPlaced a check to make sure there is a reply button in a notice before
Sarven Capadisli [Thu, 18 Jun 2009 01:04:12 +0000 (01:04 +0000)]
Placed a check to make sure there is a reply button in a notice before
applying the dynamic action

15 years agoMake MailboxAction read only
Zach Copley [Thu, 18 Jun 2009 00:29:57 +0000 (17:29 -0700)]
Make MailboxAction read only

15 years agoRemove stale reference to deprecated personal.php
Zach Copley [Thu, 18 Jun 2009 00:13:59 +0000 (17:13 -0700)]
Remove stale reference to deprecated personal.php

15 years agoadd dbhost argument for status network setup
Evan Prodromou [Wed, 17 Jun 2009 23:30:16 +0000 (16:30 -0700)]
add dbhost argument for status network setup

15 years agohide group name and aliases in group tag cloud section
Evan Prodromou [Wed, 17 Jun 2009 22:20:44 +0000 (15:20 -0700)]
hide group name and aliases in group tag cloud section

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

15 years agoMake the personal tag streams actually work
Evan Prodromou [Wed, 17 Jun 2009 22:04:57 +0000 (15:04 -0700)]
Make the personal tag streams actually work

15 years agoMerge branch '0.8.x' into userdesign
Zach Copley [Wed, 17 Jun 2009 21:40:52 +0000 (21:40 +0000)]
Merge branch '0.8.x' into userdesign

15 years agoMerge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into...
Zach Copley [Wed, 17 Jun 2009 21:36:33 +0000 (14:36 -0700)]
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x

15 years agoTicket 1612 - make destory (and create) favorites work via API
Zach Copley [Wed, 17 Jun 2009 21:34:04 +0000 (14:34 -0700)]
Ticket 1612 - make destory (and create) favorites work via API

15 years agoOutput XML and JSON error msgs for API calls
Zach Copley [Wed, 17 Jun 2009 21:32:36 +0000 (14:32 -0700)]
Output XML and JSON error msgs for API calls

15 years agoAdded config option to enable or disable file uploads with notices.
Robin Millette [Wed, 17 Jun 2009 20:55:01 +0000 (16:55 -0400)]
Added config option to enable or disable file uploads with notices.

15 years agoMake oohembed endpoint configurable.
Robin Millette [Wed, 17 Jun 2009 20:44:33 +0000 (16:44 -0400)]
Make oohembed endpoint configurable.

15 years agoMerge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into...
Robin Millette [Wed, 17 Jun 2009 20:22:47 +0000 (16:22 -0400)]
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x

15 years agoFixed recent attachment bug that required URLs to be posted twice to be taken into...
Robin Millette [Wed, 17 Jun 2009 20:21:50 +0000 (16:21 -0400)]
Fixed recent attachment bug that required URLs to be posted twice to be taken into account.

15 years agoStore better data about twitter statuses
Evan Prodromou [Wed, 17 Jun 2009 19:31:35 +0000 (12:31 -0700)]
Store better data about twitter statuses

We mark Twitter statuses with flags so they don't get shown in the
wrong places.

15 years agocorrect arguments for ProfileList
Evan Prodromou [Wed, 17 Jun 2009 15:21:53 +0000 (08:21 -0700)]
correct arguments for ProfileList

15 years agoMerge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into...
Evan Prodromou [Wed, 17 Jun 2009 15:18:33 +0000 (08:18 -0700)]
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x

15 years agoUppercase hex color values
Zach Copley [Wed, 17 Jun 2009 10:05:48 +0000 (03:05 -0700)]
Uppercase hex color values

15 years agoDefault to image being on, no tile after upload
Zach Copley [Wed, 17 Jun 2009 10:02:43 +0000 (03:02 -0700)]
Default to image being on, no tile after upload

15 years agoFix sidebar color bug default design
Zach Copley [Wed, 17 Jun 2009 09:58:35 +0000 (02:58 -0700)]
Fix sidebar color bug default design

15 years agoUpdate background image settings to use bitflags
Zach Copley [Wed, 17 Jun 2009 09:35:51 +0000 (02:35 -0700)]
Update background image settings to use bitflags

15 years agoUpdated input submit for making a user admin of a group
Sarven Capadisli [Wed, 17 Jun 2009 09:03:59 +0000 (09:03 +0000)]
Updated input submit for making a user admin of a group

15 years agoUpdated markup yes/no form actions to be consistent with the rest of the site
Sarven Capadisli [Wed, 17 Jun 2009 08:14:01 +0000 (08:14 +0000)]
Updated markup yes/no form actions to be consistent with the rest of the site

15 years agoRemoved NoticeHover from JavaScript for speed gain. Using CSS instead
Sarven Capadisli [Wed, 17 Jun 2009 07:49:41 +0000 (07:49 +0000)]
Removed NoticeHover from JavaScript for speed gain. Using CSS instead
to handle the notice hover state. The difference is only seen in the
conversation page.

15 years agoIt was accidently removed
Sarven Capadisli [Wed, 17 Jun 2009 06:38:21 +0000 (06:38 +0000)]
It was accidently removed

15 years agoDynamically tile background image and turn background image on or off
Sarven Capadisli [Wed, 17 Jun 2009 06:23:57 +0000 (06:23 +0000)]
Dynamically tile background image  and turn background image on or off
in user design

15 years agoShow a background img in settings form
Zach Copley [Wed, 17 Jun 2009 05:57:28 +0000 (22:57 -0700)]
Show a background img in settings form

15 years agoMerge branch 'userdesign' of ssh://zach@dev.controlyourself.ca/mnt/www/design into...
Zach Copley [Wed, 17 Jun 2009 05:26:26 +0000 (22:26 -0700)]
Merge branch 'userdesign' of ssh://zach@dev.controlyourself.ca/mnt/www/design into userdesign

* 'userdesign' of ssh://zach@dev.controlyourself.ca/mnt/www/design:
  IE7/8 CSS update for user design

15 years agoMerge branch '0.8.x' into userdesign
Zach Copley [Wed, 17 Jun 2009 05:24:11 +0000 (22:24 -0700)]
Merge branch '0.8.x' into userdesign

* 0.8.x:
  Moved url handling to its proper place, from newnotice to Notice.php
  Removed more dead code.
  Brought back borders for content, navigation, aside_primary but
  Minor margin value change
  More contrast for tabs
  UI updates:

15 years agoMerge branch 'userdesign' of /var/www/design into userdesign
Sarven Capadisli [Wed, 17 Jun 2009 05:19:32 +0000 (05:19 +0000)]
Merge branch 'userdesign' of /var/www/design into userdesign

15 years agoIE7/8 CSS update for user design
Sarven Capadisli [Wed, 17 Jun 2009 05:18:59 +0000 (05:18 +0000)]
IE7/8 CSS update for user design

15 years agoEnable tiling of background imgs for Designs
Zach Copley [Wed, 17 Jun 2009 05:18:25 +0000 (22:18 -0700)]
Enable tiling of background imgs for Designs

15 years agoMerge branch 'userdesign' of ssh://zach@dev.controlyourself.ca/mnt/www/design into...
Zach Copley [Wed, 17 Jun 2009 04:37:34 +0000 (21:37 -0700)]
Merge branch 'userdesign' of ssh://zach@dev.controlyourself.ca/mnt/www/design into userdesign

* 'userdesign' of ssh://zach@dev.controlyourself.ca/mnt/www/design:
  Init styles for tile and image use on/off for user design settings

15 years agonames for Notice_inbox source values
Evan Prodromou [Wed, 17 Jun 2009 04:37:19 +0000 (21:37 -0700)]
names for Notice_inbox source values

15 years agonames for Notice is_local states
Evan Prodromou [Wed, 17 Jun 2009 04:37:04 +0000 (21:37 -0700)]
names for Notice is_local states

15 years agoAdded background image tile flag to Design
Zach Copley [Wed, 17 Jun 2009 04:36:15 +0000 (21:36 -0700)]
Added background image tile flag to Design