Commit Graph

1276 Commits

Author SHA1 Message Date
mdb b2052c2f88 Underline support!
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1307 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-11-15 02:06:16 +00:00
mdb 7ec293a935 Grab our libraries from JAVA_LIBS.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1306 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-11-14 22:33:39 +00:00
ray 54c9d302f3 Avoid making the Iterator in enumerateSites throw a
ConcurrentModificationException when we add a new site.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@1304 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-11-13 18:36:52 +00:00
ray 1ac50778f9 implements Cloneable.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1303 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-11-13 18:36:07 +00:00
mdb 246e26f6e1 Fixed the column names; added proper synchronization to ensure that two
threads don't initiate a site table reload simultaneously; made our
references volatile to ensure that when they are changed, other threads
can see the updates.

Arguably, if someone were to insert a site while another thread was
enumerating them, it would throw a ConcurrentModificationException, but
sites are only enumerated and inserted by management code, not in the
normal order of business, so we'll let that slide.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@1302 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-11-13 17:28:58 +00:00
mdb 57c1e5e57d Document the fact that we might just go talk to the database on you.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1301 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-11-13 17:05:09 +00:00
mdb ae9ad53982 Reload our site data every 15 minutes.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1300 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-11-13 17:02:32 +00:00
mdb 178805fc65 Some small reformatting, removed debug logging.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1299 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-11-13 16:58:39 +00:00
mdb 9e56552070 Call this column siteString to match the Site object.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1298 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-11-13 16:57:47 +00:00
ray 419a36a7f5 Removed the now-obsolete site id stuff, see JDBCTableSiteIdentifier.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1297 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-11-13 02:33:33 +00:00
ray aa60f7312e Oy! Since mike changed the name of the String in the Site object (must've
had a reason for it...) we can't use the Table to insert a new row, so
instead we do it manually.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@1296 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-11-13 02:28:52 +00:00
ray 80e1e84fc7 Added insertNewSite().
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1295 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-11-13 01:28:25 +00:00
ray 8a75b0f78c bugfix: if a sep is specified in one form of fieldsToString(), use it.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1294 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-11-13 01:20:40 +00:00
mdb 135ea9ecc4 Revamped site handling so that we can eventually migrate all the site
stuff into JDBCTableSiteIdentifier and out of UserRepository.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@1293 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-11-13 00:53:00 +00:00
mdb 57bda0ba01 These should be static.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1292 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-11-13 00:11:28 +00:00
mdb e177f99ae6 Added another version of loadAndGet().
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1291 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-11-13 00:08:11 +00:00
mdb be88ca37d6 Added loadAndGet().
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1290 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-11-13 00:05:08 +00:00
ray 7c57805a49 Added a new form of trunca...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1289 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-11-07 22:28:43 +00:00
ray 808029b9c9 Allow the unit scroll increment to be set.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1288 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-11-05 03:22:28 +00:00
eric bff99dbeeb Ok, lets pull out the currency shit into it owns files where it belongs.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1287 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-11-05 00:07:53 +00:00
eric 2c1feb1380 Wow, I am the fixedXXX champion lately. Adding a fixedCheckbox that does
not snag the value from the request.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@1286 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-11-04 23:06:59 +00:00
eric 7830380a29 git-svn-id: https://samskivert.googlecode.com/svn/trunk@1285 6335cc39-0255-0410-8fd6-9bcaacd3b74c 2003-11-04 03:12:39 +00:00
mdb 9bf0d6c237 Modified javadoc build directive to support conditional inclusion of
packages to be built depending on what libraries are available.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@1284 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-11-01 01:07:20 +00:00
ray ed8c417ed5 Oh, the proliferation of crap. Added a method sanitize() which filters
bogus characters from a String.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@1282 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-10-29 19:42:40 +00:00
eric 00f00c8276 "disable" the users email address when we disable the account so we don't
accidentaly email them.  Don't really destroy the email address, just make
it not work.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@1281 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-10-29 19:41:52 +00:00
ray a14b28ab24 Added interface HashIntMap.Entry, which extends Map.Entry with a
getIntKey() so that we can avoid all this pointless Integer object
wrapping.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@1278 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-10-24 22:10:16 +00:00
mdb 3227b27ef4 Fixed regex handling.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1277 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-10-24 18:34:28 +00:00
ray 7a196de228 Added fill(), a method to make a string of some character repeated.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1276 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-10-24 01:17:51 +00:00
eric 6154db914b Moved the currency{Pennies} from StringTool to StringUtil. Made wrappers
in StringTool so we can keep using them.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@1274 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-10-23 16:09:34 +00:00
eric 22b71d34b9 Initial checkin of util class for mucking with calendars.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1273 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-10-22 00:58:47 +00:00
eric 5f2bdfd8e0 lord knows we _never_ want submit buttons named submit, since JS will then
sneak into your house and kill you while you are sleeping.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@1272 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-10-21 21:05:44 +00:00
eric f389437552 Let us create submit buttons with extra text, oh so useful for those
javascript hackoloas.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@1271 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-10-20 16:59:07 +00:00
mdb 057e66440b Make it possible to configure the user manager not to convert host.domain
cookies into .domain cookies so that dev.puzzlepirates.com and
.puzzlepirates.com cookies won't conflict (I hope).


git-svn-id: https://samskivert.googlecode.com/svn/trunk@1270 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-10-20 00:49:04 +00:00
mdb 9cc9df0461 Report the JAVA_LIBS directory we're using when building.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1269 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-10-18 02:36:10 +00:00
eric e2f1e09bf0 Added a 'button' call to make an input button type, which is useful for
making things like back buttons, and other onclick wacky things.  If you
try the onclick javascript back thing with a submit button it just does
the submit.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@1268 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-10-15 00:16:17 +00:00
mdb 82651fc015 Blow away both kinds of cookie when logging out. I'm not sure if this will
do anything because these are sort of the same cookie except the domain is
different.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@1267 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-10-14 02:37:53 +00:00
mdb c80b5615c8 Added widenDomain().
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1266 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-10-14 02:00:45 +00:00
mdb 053c33c216 We need to do the same jockeying when logging the user out.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1265 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-10-14 02:00:01 +00:00
mdb 8f0addcb8f Remove crack pipe, fix code.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1264 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-10-14 01:49:10 +00:00
mdb 73e2105272 Strip the hostname from the domain of the authentication cookie so that we
can see it from other servers in the same domain.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@1263 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-10-13 23:16:41 +00:00
mdb b256bfe9b3 Build file updates.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1262 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-10-13 18:21:20 +00:00
ray 8efa9a5c28 URL encode the parameter names as well as the values, use a StringBuffer.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1261 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-10-13 17:52:27 +00:00
eric c10358e7a6 git-svn-id: https://samskivert.googlecode.com/svn/trunk@1260 6335cc39-0255-0410-8fd6-9bcaacd3b74c 2003-10-13 17:40:10 +00:00
eric 1275d3d979 Add handy function to slide all the request params into the context.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1259 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-10-11 00:13:17 +00:00
mdb b524bf58ed Don't specify the size of the icon, let it read it from the image.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1258 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-10-10 21:41:10 +00:00
mdb 832bb591ec Made the icon the proper size.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1257 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-10-10 21:40:29 +00:00
mdb 8e133bdd2c Use proper error reporting.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1256 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-10-10 21:31:57 +00:00
mdb c99f2b2499 Converted to Java regex library.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1255 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-10-10 21:30:42 +00:00
mdb c47de6aa1d Partial conversion to Java regex code.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1254 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-10-10 21:25:46 +00:00
mdb d32543d78c Bits.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1253 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-10-10 19:33:47 +00:00