]>
git.mxchange.org Git - quix0rs-gnu-social.git/log
Evan Prodromou [Mon, 22 Jun 2009 23:48:04 +0000 (16:48 -0700)]
fix have_options arguments
Evan Prodromou [Mon, 22 Jun 2009 23:44:29 +0000 (16:44 -0700)]
correctly detect default short options
Evan Prodromou [Mon, 22 Jun 2009 23:44:20 +0000 (16:44 -0700)]
uncache_users.php uses commandline.inc
Evan Prodromou [Mon, 22 Jun 2009 23:39:21 +0000 (16:39 -0700)]
twitterstatusfetcher.php uses commandline.inc
Evan Prodromou [Mon, 22 Jun 2009 23:37:15 +0000 (16:37 -0700)]
twitterqueuehandler.php uses commandline.inc
Evan Prodromou [Mon, 22 Jun 2009 23:35:10 +0000 (16:35 -0700)]
make id optional for enjitqueuehandler
Evan Prodromou [Mon, 22 Jun 2009 23:34:56 +0000 (16:34 -0700)]
triminboxes.php uses commandline.inc
Evan Prodromou [Mon, 22 Jun 2009 23:31:13 +0000 (16:31 -0700)]
synctwitterfriends.php uses commandline.inc
Evan Prodromou [Mon, 22 Jun 2009 23:29:01 +0000 (16:29 -0700)]
change smsqueuehandler to use commandline
Evan Prodromou [Mon, 22 Jun 2009 23:26:18 +0000 (16:26 -0700)]
change sitemap.php to use commandline.inc
Evan Prodromou [Mon, 22 Jun 2009 23:18:50 +0000 (16:18 -0700)]
Revert "Revert "note about Console_Getopt""
This reverts commit
164ddf01c5d9259340b0fa2f4accc7b06c2c5379 .
Evan Prodromou [Mon, 22 Jun 2009 23:18:41 +0000 (16:18 -0700)]
Revert "Revert "Add Console_Getopt""
This reverts commit
9fbb29111b8892d5ee1022f05019b7c99f8b8f12 .
Evan Prodromou [Mon, 22 Jun 2009 23:04:50 +0000 (16:04 -0700)]
Revert "Add Console_Getopt"
This reverts commit
79dcf0871fee6dfa3835d12f55d1099a716a6f4c .
Evan Prodromou [Mon, 22 Jun 2009 23:04:35 +0000 (16:04 -0700)]
Revert "note about Console_Getopt"
This reverts commit
e14322672cc24adc27efc2aeaafee60ef03ab650 .
Don't need it!
Evan Prodromou [Mon, 22 Jun 2009 23:00:19 +0000 (16:00 -0700)]
setpassword.php uses commandline.inc
Evan Prodromou [Mon, 22 Jun 2009 23:00:05 +0000 (16:00 -0700)]
add a function to show help
Evan Prodromou [Mon, 22 Jun 2009 22:55:05 +0000 (15:55 -0700)]
reportsnapshot.php supports commandline
Evan Prodromou [Mon, 22 Jun 2009 22:53:11 +0000 (15:53 -0700)]
publicqueuehandler uses commandline
Evan Prodromou [Mon, 22 Jun 2009 22:51:14 +0000 (15:51 -0700)]
pingqueuehandler uses commandline
Evan Prodromou [Mon, 22 Jun 2009 22:51:03 +0000 (15:51 -0700)]
better help for ombqueuehandler
Evan Prodromou [Mon, 22 Jun 2009 22:49:08 +0000 (15:49 -0700)]
ombqueuehandler uses commandline
Evan Prodromou [Mon, 22 Jun 2009 22:47:29 +0000 (15:47 -0700)]
jabberqueuehandler uses commandline stuff
Evan Prodromou [Mon, 22 Jun 2009 22:43:39 +0000 (15:43 -0700)]
make facebookqueuehandler use command-line functions and args
Evan Prodromou [Mon, 22 Jun 2009 22:43:26 +0000 (15:43 -0700)]
make enjitqueuehandler use functions and args
Evan Prodromou [Mon, 22 Jun 2009 22:42:16 +0000 (15:42 -0700)]
enjitqueuehandler uses functions to check options
Evan Prodromou [Mon, 22 Jun 2009 22:41:52 +0000 (15:41 -0700)]
functions to check options
Evan Prodromou [Mon, 22 Jun 2009 22:35:27 +0000 (15:35 -0700)]
make enjit queue handler take command-line arguments
Evan Prodromou [Mon, 22 Jun 2009 22:29:43 +0000 (15:29 -0700)]
change fixup_conversations to use commandline.inc
Evan Prodromou [Mon, 22 Jun 2009 22:29:24 +0000 (15:29 -0700)]
add commandline.inc for parsing
Evan Prodromou [Mon, 22 Jun 2009 21:56:53 +0000 (14:56 -0700)]
note about Console_Getopt
Evan Prodromou [Mon, 22 Jun 2009 21:55:55 +0000 (14:55 -0700)]
Add Console_Getopt
Evan Prodromou [Mon, 22 Jun 2009 21:51:17 +0000 (14:51 -0700)]
Merge branch '0.8.x' into cmdline
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
Evan Prodromou [Mon, 22 Jun 2009 21:24:40 +0000 (14:24 -0700)]
change staticGet() from DB_DataObject to Memcached_DataObject for file classes
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.
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
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
Evan Prodromou [Mon, 22 Jun 2009 20:14:15 +0000 (13:14 -0700)]
fixing up conversations
Zach Copley [Mon, 22 Jun 2009 19:24:59 +0000 (12:24 -0700)]
Keep gateway notices from leaking thru Sphinx search-engine
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
Sarven Capadisli [Mon, 22 Jun 2009 17:18:09 +0000 (17:18 +0000)]
Layout fix for IE6
Evan Prodromou [Mon, 22 Jun 2009 16:31:55 +0000 (09:31 -0700)]
theme dir, path configurable
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
Evan Prodromou [Mon, 22 Jun 2009 04:50:35 +0000 (21:50 -0700)]
Add like for search
Evan Prodromou [Mon, 22 Jun 2009 04:38:16 +0000 (21:38 -0700)]
got rid of 'skin' concept a while ago
Evan Prodromou [Sun, 21 Jun 2009 18:11:12 +0000 (11:11 -0700)]
add collecta.com link
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
Evan Prodromou [Sat, 20 Jun 2009 23:12:55 +0000 (16:12 -0700)]
Update copyright dates in files modified in 2009
Evan Prodromou [Sat, 20 Jun 2009 23:00:04 +0000 (16:00 -0700)]
change Controlez-Vous to Control Yourself
Evan Prodromou [Sat, 20 Jun 2009 22:51:51 +0000 (15:51 -0700)]
Merge branch '0.8.x' into cmdline
Evan Prodromou [Sat, 20 Jun 2009 22:49:42 +0000 (15:49 -0700)]
ignore config.php.*
Evan Prodromou [Sat, 20 Jun 2009 21:58:47 +0000 (14:58 -0700)]
change scripts to take server and path from commandline
Sarven Capadisli [Sat, 20 Jun 2009 18:22:05 +0000 (18:22 +0000)]
Position of max_file_size position helps IE
Zach Copley [Sat, 20 Jun 2009 03:21:57 +0000 (20:21 -0700)]
Keep Twitter gateway notices from leaking thru MySQL notice search
Zach Copley [Fri, 19 Jun 2009 21:40:32 +0000 (14:40 -0700)]
Add twitterstatusfetcher to the list of daemons to stop
Sarven Capadisli [Fri, 19 Jun 2009 16:04:14 +0000 (16:04 +0000)]
Minor indenting
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
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
Zach Copley [Fri, 19 Jun 2009 02:21:17 +0000 (19:21 -0700)]
This time, twitterstatusfetcher really DOES update changed and missing avatars!
Zach Copley [Thu, 18 Jun 2009 23:51:06 +0000 (16:51 -0700)]
Better avatar handling - pull in any missing Twitter avatars
Evan Prodromou [Thu, 18 Jun 2009 23:21:03 +0000 (16:21 -0700)]
remove path from install; better autodetection now
Evan Prodromou [Thu, 18 Jun 2009 23:19:26 +0000 (16:19 -0700)]
better calculation of path
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
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
Zach Copley [Thu, 18 Jun 2009 19:19:19 +0000 (19:19 +0000)]
Make sure we have a DB connection before setting its charset
Sarven Capadisli [Thu, 18 Jun 2009 19:03:44 +0000 (19:03 +0000)]
Better attachment view check
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
Sarven Capadisli [Thu, 18 Jun 2009 18:48:19 +0000 (18:48 +0000)]
Updated markup and CSS for attachment_view
Evan Prodromou [Thu, 18 Jun 2009 18:45:48 +0000 (11:45 -0700)]
Only show twitter msgs in your own inbox
Evan Prodromou [Thu, 18 Jun 2009 18:19:25 +0000 (11:19 -0700)]
Merge branch 'twitterpriv' 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
Zach Copley [Thu, 18 Jun 2009 17:49:45 +0000 (10:49 -0700)]
Config option for bidirectional Twitter bridge
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
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
Robin Millette [Thu, 18 Jun 2009 10:02:12 +0000 (06:02 -0400)]
Display more oembed info in attachment popup.
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
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
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
Zach Copley [Thu, 18 Jun 2009 09:01:06 +0000 (02:01 -0700)]
Group theming.
Evan Prodromou [Thu, 18 Jun 2009 07:12:53 +0000 (00:12 -0700)]
order notices in a conversation
Evan Prodromou [Thu, 18 Jun 2009 06:56:42 +0000 (23:56 -0700)]
Merge branch '0.8.x' into twitterpriv
Zach Copley [Thu, 18 Jun 2009 05:16:09 +0000 (22:16 -0700)]
Add design_id to User_group
Sarven Capadisli [Thu, 18 Jun 2009 04:55:41 +0000 (04:55 +0000)]
Updated themes for notice hover on content area
Sarven Capadisli [Thu, 18 Jun 2009 04:54:12 +0000 (04:54 +0000)]
Using notice hover only on content area
Sarven Capadisli [Thu, 18 Jun 2009 04:33:32 +0000 (04:33 +0000)]
Updated pigeonthoughts theme to reflect 0.8 design requirements
Zach Copley [Thu, 18 Jun 2009 02:04:41 +0000 (19:04 -0700)]
Merge branch 'userdesign' into 0.8.x
* userdesign:
Minor removal
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
...
Sarven Capadisli [Thu, 18 Jun 2009 01:41:53 +0000 (01:41 +0000)]
Minor removal
Sarven Capadisli [Thu, 18 Jun 2009 01:39:37 +0000 (01:39 +0000)]
Fix for background image repetition for various page heights
Sarven Capadisli [Thu, 18 Jun 2009 01:28:02 +0000 (01:28 +0000)]
Removed height:100% for better background image repetition
Sarven Capadisli [Thu, 18 Jun 2009 01:11:13 +0000 (01:11 +0000)]
Merge branch 'userdesign' of /var/www/design into userdesign
Sarven Capadisli [Thu, 18 Jun 2009 01:10:48 +0000 (01:10 +0000)]
A little more specific selector for notice reply
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
Zach Copley [Thu, 18 Jun 2009 01:05:12 +0000 (18:05 -0700)]
Have user favorites page show user's design
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
Zach Copley [Thu, 18 Jun 2009 00:29:57 +0000 (17:29 -0700)]
Make MailboxAction read only
Zach Copley [Thu, 18 Jun 2009 00:13:59 +0000 (17:13 -0700)]
Remove stale reference to deprecated personal.php
Evan Prodromou [Wed, 17 Jun 2009 23:30:16 +0000 (16:30 -0700)]
add dbhost argument for status network setup
Evan Prodromou [Wed, 17 Jun 2009 22:20:44 +0000 (15:20 -0700)]
hide group name and aliases in group tag cloud section
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