]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
change foreign links flags code to use bitmasks
authorEvan Prodromou <evan@controlyourself.ca>
Wed, 24 Sep 2008 15:08:34 +0000 (11:08 -0400)
committerEvan Prodromou <evan@controlyourself.ca>
Wed, 24 Sep 2008 15:08:34 +0000 (11:08 -0400)
commit392137b4033793620fcd36d641625b5591b046bf
treed72c88c8653d76d3b9ae226b374896acee252329
parent845db5ec168e26759c79de4f8216d1b54f7c0d8a
change foreign links flags code to use bitmasks

Zach was doing a lot of integer comparisons on the Foreign_link sync
fields. I switched them to use named bitmasks instead. I also switched
the semantics of bit 3 to be the opposite of what Zach had -- I find
lots of double-negatives in a checkbox to be hard to read.

darcs-hash:20080924150834-5ed1f-54cd945f61e43bc06768037c60c1e6180a8feead.gz
actions/twittersettings.php
lib/common.php
lib/util.php