]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
16 years agohandle empty path better
Evan Prodromou [Sat, 17 May 2008 16:15:48 +0000 (12:15 -0400)]
handle empty path better

darcs-hash:20080517161548-84dde-8b011466dcf6a0e95e5e0b9c6a5ddcf4cd4bd145.gz

16 years agosome more todos
Evan Prodromou [Sat, 17 May 2008 16:13:32 +0000 (12:13 -0400)]
some more todos

darcs-hash:20080517161332-84dde-fbb5728ec0e6825c145f110b09420c231c4b7973.gz

16 years agocommon_local_url() second parameter optional
Evan Prodromou [Sat, 17 May 2008 16:09:08 +0000 (12:09 -0400)]
common_local_url() second parameter optional

darcs-hash:20080517160908-84dde-c176f1fa4c4026a84efac994e65db0158935cb11.gz

16 years agofix check in config.php.sample
Evan Prodromou [Sat, 17 May 2008 16:06:54 +0000 (12:06 -0400)]
fix check in config.php.sample

darcs-hash:20080517160654-84dde-824b3aaf45639ff98e95c4b8011e32a74efd64a9.gz

16 years agofix comma in db script
Evan Prodromou [Sat, 17 May 2008 15:57:54 +0000 (11:57 -0400)]
fix comma in db script

darcs-hash:20080517155754-84dde-388126a2941bedd3b578e347e72b942404f6b6c0.gz

16 years agocorrect path to DB_DataObject
Evan Prodromou [Sat, 17 May 2008 15:53:26 +0000 (11:53 -0400)]
correct path to DB_DataObject

darcs-hash:20080517155326-84dde-2da05716ece2cce3c3f2f790d326c5333417ef9e.gz

16 years agocorrect placement of common
Evan Prodromou [Sat, 17 May 2008 15:49:42 +0000 (11:49 -0400)]
correct placement of common

darcs-hash:20080517154942-84dde-d671f0805fc47c4321d84d3e1c1aea6a11d46395.gz

16 years agofixes to make it all lint
Evan Prodromou [Sat, 17 May 2008 15:47:01 +0000 (11:47 -0400)]
fixes to make it all lint

Ran everything through php -l, found out that it didn't compile.

So: fixed the am-I-running-in-Laconica check at the top of each file.
Some syntax fixes in shownotice, showstream, common.

darcs-hash:20080517154701-84dde-8d38da89c5b9cb3b40704adb04a4de880c204181.gz

16 years agoflipped a couple of TODOs around
Evan Prodromou [Sat, 17 May 2008 15:31:27 +0000 (11:31 -0400)]
flipped a couple of TODOs around

darcs-hash:20080517153127-84dde-0775d0606266158a488662dcd7377fcfc1c575c2.gz

16 years agomake config kinda work
Evan Prodromou [Sat, 17 May 2008 15:29:58 +0000 (11:29 -0400)]
make config kinda work

darcs-hash:20080517152958-84dde-1170f017a6cf42845d74f75057c923be91404c29.gz

16 years agomore twiddling
Evan Prodromou [Sat, 17 May 2008 14:46:42 +0000 (10:46 -0400)]
more twiddling

Placeholder for broadcasting notice updates.

Fixup the local url function to include server and path.

Add server and path to configuration array.

Make new notice 303 redirect to shownotice.

Make redirects work.

Add link in streams to notices.

darcs-hash:20080517144642-84dde-c267a6e3bb0717ad5a3a819a7cf65fdd5817ea8e.gz

16 years agomove the goal posts
Evan Prodromou [Sat, 17 May 2008 14:05:32 +0000 (10:05 -0400)]
move the goal posts

change the version numbers for an internal 0.1 test release (putting
it on the server!).

Also, added some tweedly date formatting, just to have something
there. Needs some thought.

darcs-hash:20080517140532-84dde-b316b4b425cced5c31fc2ecd0dd81217d5f91365.gz

16 years agobogus version of common_local_url()
Evan Prodromou [Sat, 17 May 2008 13:51:38 +0000 (09:51 -0400)]
bogus version of common_local_url()

Threw together a bogus version of common_local_url(), which should
work for now. But eventually it should use pretty URLs if possible.

darcs-hash:20080517135138-84dde-3c69c89ee8080568e92f655cbb3171867a7b38ce.gz

16 years agoupload and change avatars
Evan Prodromou [Sat, 17 May 2008 12:20:45 +0000 (08:20 -0400)]
upload and change avatars

code to upload and change avatars.

combined some code in the settings area, too.

darcs-hash:20080517122045-84dde-8e13994e627805f29679c9533c2f62db81dc0925.gz

16 years agosettings and avatars
Evan Prodromou [Thu, 15 May 2008 16:28:44 +0000 (12:28 -0400)]
settings and avatars

Did considerable work on the settings section.

Redesigned the DB to allow avatars. Each avatar image has a size and
an URL. There can be multiple avatars per profile, just different sizes.

Added accessors in Profile for avatar. Show the avatar in lots of
places, where it makes sense. Constants for avatar sizes in common.php.

darcs-hash:20080515162844-84dde-fe0630366e247c02ca8ca9d1cc6b963cfce57a26.gz

16 years agolicense block for source code
Evan Prodromou [Wed, 14 May 2008 19:26:48 +0000 (15:26 -0400)]
license block for source code

Added GNU Affero GPL license block to source code.

Added name "LACONICA". I think it should work fine.

darcs-hash:20080514192648-84dde-a430dc438a4e3741c62ccf30ee7f85ecc968b159.gz

16 years agomove sql file to db
Evan Prodromou [Wed, 14 May 2008 19:04:11 +0000 (15:04 -0400)]
move sql file to db

darcs-hash:20080514190411-84dde-d7fd117f33a642c038408fb34fbfb3a35057b476.gz

16 years agomove docs to doc
Evan Prodromou [Wed, 14 May 2008 19:03:41 +0000 (15:03 -0400)]
move docs to doc

darcs-hash:20080514190341-84dde-1c71549a150c1028dae0cb8421cf61e72ce3045c.gz

16 years agomove library files to lib
Evan Prodromou [Wed, 14 May 2008 19:03:00 +0000 (15:03 -0400)]
move library files to lib

darcs-hash:20080514190300-84dde-626b88c9da510c8830d2eff2d36b72f18e6353d4.gz

16 years agoremove placeholder index files
Evan Prodromou [Wed, 14 May 2008 19:01:05 +0000 (15:01 -0400)]
remove placeholder index files

darcs-hash:20080514190105-84dde-6a1e44520dd035f2203a08dab20f3008347ea53b.gz

16 years agodeny access to include files
Evan Prodromou [Wed, 14 May 2008 19:00:09 +0000 (15:00 -0400)]
deny access to include files

darcs-hash:20080514190009-84dde-30f0f1b5955d71cd85563e12078ab02bf8645524.gz

16 years agohead and foot menus
Evan Prodromou [Wed, 14 May 2008 18:47:02 +0000 (14:47 -0400)]
head and foot menus

darcs-hash:20080514184702-84dde-b9291e08f3fd0ad31141e392cab26220b310a6d4.gz

16 years agoconsiderable coding
Evan Prodromou [Wed, 14 May 2008 14:54:36 +0000 (10:54 -0400)]
considerable coding

darcs-hash:20080514145436-84dde-d0994cb35d3fe8545d3f08abeec3cdfe7559c67d.gz

16 years agoread-only stuff
Evan Prodromou [Fri, 9 May 2008 02:16:04 +0000 (22:16 -0400)]
read-only stuff

darcs-hash:20080509021604-84dde-f785fc09dd435fc12741b3a75184e2425721d03d.gz

16 years agostart showstream
Evan Prodromou [Thu, 8 May 2008 16:21:45 +0000 (12:21 -0400)]
start showstream

darcs-hash:20080508162145-84dde-9ae0fdcc75d794df754708642d8786ccd95d9461.gz

16 years agoadd data objects
Evan Prodromou [Wed, 7 May 2008 17:15:42 +0000 (13:15 -0400)]
add data objects

darcs-hash:20080507171542-84dde-232baccc10f015e8c0e80edf0ceea4aa5c85b4b7.gz

16 years agobeginnings of PHP
Evan Prodromou [Wed, 7 May 2008 16:48:07 +0000 (12:48 -0400)]
beginnings of PHP

darcs-hash:20080507164807-84dde-ef7d205a0fedca42064a337786d2f203cdcc5a45.gz

16 years agodocumentation for URLs
Evan Prodromou [Mon, 5 May 2008 15:08:39 +0000 (11:08 -0400)]
documentation for URLs

darcs-hash:20080505150839-84dde-a301ab5d8e22447e0f4ed8c465aedccecf46546d.gz

16 years agodefault index files
Evan Prodromou [Mon, 5 May 2008 13:52:28 +0000 (09:52 -0400)]
default index files

darcs-hash:20080505135228-84dde-b8675e97f4dd684f5c24c1def8daedea793ed113.gz

16 years agoinitial database
Evan Prodromou [Mon, 5 May 2008 13:50:19 +0000 (09:50 -0400)]
initial database

darcs-hash:20080505135019-84dde-f35cef3a6f3c990937376c21e5e6d70c8eb22f80.gz