]>
git.mxchange.org Git - quix0rs-gnu-social.git/log
Evan Prodromou [Wed, 24 Jun 2009 21:44:02 +0000 (14:44 -0700)]
change foreign_user.id to bigint (for Twitter, Facebook, etc.)
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
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
Zach Copley [Wed, 24 Jun 2009 07:43:48 +0000 (00:43 -0700)]
Only show "tile background" setting once an img has been uploaded
Zach Copley [Wed, 24 Jun 2009 07:27:37 +0000 (00:27 -0700)]
fix bad function call (needed to be static)
Zach Copley [Wed, 24 Jun 2009 07:00:36 +0000 (00:00 -0700)]
fix bug in which design background could accidentally get removed
Evan Prodromou [Wed, 24 Jun 2009 00:08:33 +0000 (17:08 -0700)]
use printf instead of echo for startdaemons.sh
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
Evan Prodromou [Tue, 23 Jun 2009 23:44:00 +0000 (16:44 -0700)]
add args to daemons fetch
Zach Copley [Tue, 23 Jun 2009 22:53:49 +0000 (15:53 -0700)]
Make gateway notices available to the auth user in the API
Evan Prodromou [Tue, 23 Jun 2009 22:00:10 +0000 (15:00 -0700)]
pass through server and path args to daemons
Zach Copley [Tue, 23 Jun 2009 21:29:46 +0000 (14:29 -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: (61 commits)
Using default theme design values (it was previously set to identica
Updated default colour theme and IE6 colours for transparent values
chmod +x delete_status_network.sh
rm -Rf, not rmdir
script to delete a status network
chmod allsites.php
script to show all sites on a network
use different name for connection and database
use /etc/laconica/setup.cfg instead of local file
other base directories
On XHR notice post, calls NoticeAttachment to trigger thumbnail and
oembed and thumbnail don't need sequences
add innodb by default to status networks
pwgen not pwdgen
make pwgen command configurable
a little sql script to drop full-text index and use innodb for profile and notice
remove common_debug from newnotice
append uploads to content rather than showing them double
use a subclass for single notice items to show attachments
make file command configurable
...
Sarven Capadisli [Tue, 23 Jun 2009 21:26:47 +0000 (21:26 +0000)]
Using default theme design values (it was previously set to identica
theme)
Sarven Capadisli [Tue, 23 Jun 2009 21:18:41 +0000 (21:18 +0000)]
Updated default colour theme and IE6 colours for transparent values
Zach Copley [Tue, 23 Jun 2009 20:51:23 +0000 (13:51 -0700)]
Stop Twitter gateway notices from leaking via user faves pages
Evan Prodromou [Tue, 23 Jun 2009 18:45:18 +0000 (11:45 -0700)]
chmod +x delete_status_network.sh
Evan Prodromou [Tue, 23 Jun 2009 18:43:20 +0000 (11:43 -0700)]
rm -Rf, not rmdir
Evan Prodromou [Tue, 23 Jun 2009 18:40:23 +0000 (11:40 -0700)]
script to delete a status network
Evan Prodromou [Tue, 23 Jun 2009 18:34:16 +0000 (11:34 -0700)]
chmod allsites.php
Evan Prodromou [Tue, 23 Jun 2009 18:32:35 +0000 (11:32 -0700)]
script to show all sites on a network
Evan Prodromou [Tue, 23 Jun 2009 18:22:54 +0000 (11:22 -0700)]
use different name for connection and database
Evan Prodromou [Tue, 23 Jun 2009 18:14:51 +0000 (11:14 -0700)]
use /etc/laconica/setup.cfg instead of local file
Evan Prodromou [Tue, 23 Jun 2009 17:44:43 +0000 (10:44 -0700)]
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x
Evan Prodromou [Tue, 23 Jun 2009 17:43:50 +0000 (10:43 -0700)]
other base directories
Sarven Capadisli [Tue, 23 Jun 2009 17:05:55 +0000 (17:05 +0000)]
On XHR notice post, calls NoticeAttachment to trigger thumbnail and
attachment views
Evan Prodromou [Tue, 23 Jun 2009 16:52:31 +0000 (09:52 -0700)]
oembed and thumbnail don't need sequences
Evan Prodromou [Tue, 23 Jun 2009 16:20:20 +0000 (09:20 -0700)]
add innodb by default to status networks
Evan Prodromou [Tue, 23 Jun 2009 16:19:54 +0000 (09:19 -0700)]
pwgen not pwdgen
Evan Prodromou [Tue, 23 Jun 2009 16:18:10 +0000 (09:18 -0700)]
make pwgen command configurable
Evan Prodromou [Tue, 23 Jun 2009 16:16:41 +0000 (09:16 -0700)]
a little sql script to drop full-text index and use innodb for profile and notice
Evan Prodromou [Tue, 23 Jun 2009 14:48:33 +0000 (07:48 -0700)]
remove common_debug from newnotice
Evan Prodromou [Tue, 23 Jun 2009 14:29:43 +0000 (07:29 -0700)]
append uploads to content rather than showing them double
Evan Prodromou [Tue, 23 Jun 2009 14:25:18 +0000 (07:25 -0700)]
use a subclass for single notice items to show attachments
Evan Prodromou [Tue, 23 Jun 2009 12:35:20 +0000 (05:35 -0700)]
make file command configurable
Evan Prodromou [Tue, 23 Jun 2009 12:16:23 +0000 (05:16 -0700)]
Add System_Command so MIME type fallback works for uploaded files
Evan Prodromou [Tue, 23 Jun 2009 00:13:28 +0000 (17:13 -0700)]
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x
Evan Prodromou [Tue, 23 Jun 2009 00:07:14 +0000 (17:07 -0700)]
xmppdaemon.php uses commandline.inc
Evan Prodromou [Tue, 23 Jun 2009 00:04:49 +0000 (17:04 -0700)]
xmppconfirmhandler.php uses commandline.inc
Evan Prodromou [Tue, 23 Jun 2009 00:02:40 +0000 (17:02 -0700)]
maildaemon.php uses commandline.inc
Evan Prodromou [Tue, 23 Jun 2009 00:00:53 +0000 (17:00 -0700)]
fixup_utf8.php uses commandline.inc
Evan Prodromou [Mon, 22 Jun 2009 23:57:28 +0000 (16:57 -0700)]
inbox_users.php uses commandline.inc
Evan Prodromou [Mon, 22 Jun 2009 23:55:55 +0000 (16:55 -0700)]
getvaliddaemons.php uses commandline.inc
Evan Prodromou [Mon, 22 Jun 2009 23:54:21 +0000 (16:54 -0700)]
getpiddir.php uses commandline.inc
Evan Prodromou [Mon, 22 Jun 2009 23:52:59 +0000 (16:52 -0700)]
decache.php uses commandline.inc
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
Zach Copley [Mon, 22 Jun 2009 22:48:31 +0000 (22:48 +0000)]
Attachment upload server and path now configurable
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
Zach Copley [Mon, 22 Jun 2009 21:51:20 +0000 (21:51 +0000)]
Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x
Evan Prodromou [Mon, 22 Jun 2009 21:51:17 +0000 (14:51 -0700)]
Merge branch '0.8.x' into cmdline
Zach Copley [Mon, 22 Jun 2009 21:36:04 +0000 (21:36 +0000)]
Add upload location to attachments config section
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