Commit Graph

  • 0f4be67392 output on fixup_hashtags Evan Prodromou 2008-07-30 15:17:53 -0400
  • 353aa5a0d8 move the language info, fix dir for locales Evan Prodromou 2008-07-29 23:54:46 -0400
  • ba3ca4f6bb show the right stuff on profile page, too Evan Prodromou 2008-07-29 23:39:39 -0400
  • c614a9d66e use a little X instead of "delete" for delete link, right after arrow Evan Prodromou 2008-07-29 23:38:04 -0400
  • e65bf0a250 new -> staticGet Evan Prodromou 2008-07-29 23:33:04 -0400
  • 025a8e5526 fallback for unknown source Evan Prodromou 2008-07-29 23:29:18 -0400
  • 2090e0aa78 show where a notice came from Evan Prodromou 2008-07-29 23:26:51 -0400
  • e998cc3960 remember to broadcast in api, and also use the right ID Evan Prodromou 2008-07-29 23:00:12 -0400
  • c21ed78fa7 save the source Evan Prodromou 2008-07-29 22:50:52 -0400
  • d79dc8344b refactor notice-adding code to one static method on Notice Evan Prodromou 2008-07-29 22:28:56 -0400
  • 44fb662efb justify -> center Evan Prodromou 2008-07-29 15:55:12 -0400
  • aefd99194d justify the tag cloud Evan Prodromou 2008-07-29 15:54:05 -0400
  • 5f19014506 shift some font sizes around Evan Prodromou 2008-07-29 15:53:07 -0400
  • af5d98d3f5 fix css selector Evan Prodromou 2008-07-29 15:52:04 -0400
  • c3a8751208 change relative names to percentages in font sizes Evan Prodromou 2008-07-29 15:50:55 -0400
  • 575f705451 if-else instead of ?: Evan Prodromou 2008-07-29 15:47:35 -0400
  • f26ed46266 relative info, too Evan Prodromou 2008-07-29 15:44:57 -0400
  • 8fd20f58e6 show the weight in output (for my own edification) Evan Prodromou 2008-07-29 15:42:46 -0400
  • 7d43f211c0 change tag output to a tag cloud Evan Prodromou 2008-07-29 15:35:33 -0400
  • 2843e2ed9a force re-render on all notices whether or not they're already rendered Evan Prodromou 2008-07-29 14:31:54 -0400
  • 4577182d2c rel Evan Prodromou 2008-07-29 14:25:58 -0400
  • dcfc6f4929 Orange (UK) for carriers Evan Prodromou 2008-07-29 14:25:34 -0400
  • 984b9b6b42 require validation code Evan Prodromou 2008-07-28 22:51:56 -0400
  • 7e8a58923f change 'deletenotice' to 'notice/delete' Evan Prodromou 2008-07-25 23:42:09 -0400
  • b5bd567668 Queue_item correct name in dequeue function Evan Prodromou 2008-07-25 23:39:58 -0400
  • 341563d6cd Auto/Lazy load the class files Mike Cochrane 2008-07-24 19:47:01 -0400
  • dd3ae36084 Cache the DateTimeZon objects Mike Cochrane 2008-07-24 19:46:19 -0400
  • 213ecbf35d Correct variable name Mike Cochrane 2008-07-24 19:46:01 -0400
  • 278006e4cc Lazy/Auto load the class files as needed Mike Cochrane 2008-07-24 19:45:33 -0400
  • 0dac70d010 Index on the correct column Mike Cochrane 2008-07-22 16:53:35 -0400
  • 49f30e23a3 Resolve conflicts Mike Cochrane 2008-07-22 16:53:15 -0400
  • de280a4d7f Add SMS mail config to sample config Mike Cochrane 2008-07-22 06:08:28 -0400
  • 22c51b27ef No errors if it's not set Mike Cochrane 2008-07-22 04:28:40 -0400
  • 334b840c3e Only Set reply details if there is something to reply to Mike Cochrane 2008-07-22 04:27:24 -0400
  • bdfe3ca524 Only try sending xmpp notices if xmpp is enabled Mike Cochrane 2008-07-22 04:26:53 -0400
  • b48e3bcf59 Add vodafone New Zealand Mike Cochrane 2008-07-22 04:25:26 -0400
  • ef946142b4 Add error file and line to the xmppdaemon error handler Mike Cochrane 2008-07-22 02:46:07 -0400
  • a4fa34cecb Resolve conflicts after pull from evan mikec 2008-07-21 09:56:37 -0400
  • d48609ac51 Update POT file Mike Cochrane 2008-07-21 08:35:19 -0400
  • b1ea12de56 Changse to ini file that I always forget to record Mike Cochrane 2008-07-21 08:32:43 -0400
  • 334c652e80 Publish MicroIDs for email and mpp on profile and notice pages. mikec 2008-07-21 08:00:36 -0400
  • fbf2a58ac3 Get text wrappers around strings so they can be in the native language of the site and use fancy urls if appropriate mikec 2008-07-21 05:01:10 -0400
  • ed37d83fa3 Opensearch updates matthew.gregg 2008-07-20 15:55:05 -0400
  • a4600399a4 Locate examples in config Mike Cochrane 2008-07-20 10:15:43 -0400
  • 88717d8805 User definable timezones. Work in UTC internally and display per user/site default. http://laconi.ca/PITS/00011 Mike Cochrane 2008-07-20 10:13:25 -0400
  • 060fecf5ec Clean up delete code. Add missing htaccess rule. Exit after errors so the code doesn't continue running. Mike Cochrane 2008-07-20 08:45:52 -0400
  • de81e92f0b Strip characters that shouldn't be in xml. Fixes http://laconi.ca/PITS/00253 for future messages, or all after a regeneration of rendered messages Mike Cochrane 2008-07-20 08:28:32 -0400
  • 26f6c917a7 Fix errors from delete code when viewing a user's profile while not logged in. Mike Cochrane 2008-07-20 08:27:15 -0400
  • 4a5ff1321d Explicitly set the character set on the handle column to fix http://laconi.ca/PITS/00262 Mike Cochrane 2008-07-20 07:34:58 -0400
  • 6dac91d774 Block access to .ini files http://laconi.ca/PITS/00240 Mike Cochrane 2008-07-20 07:20:32 -0400
  • 97bc06d2ee gettext strings and pass the query string between tabs http://laconi.ca/PITS/00231 Mike Cochrane 2008-07-20 06:56:59 -0400
  • 3c56b10036 Add rel Mike Cochrane 2008-07-20 06:19:47 -0400
  • 5cf6174c39 Fullname is in the profile, not the user object Mike Cochrane 2008-07-20 06:15:53 -0400
  • 12e610a223 Regenerate class file for language column Mike Cochrane 2008-07-20 06:02:53 -0400
  • bd0b6970ae Fix undefined variable error Mike Cochrane 2008-07-20 06:00:24 -0400
  • 02325570a6 Update for langauge column Mike Cochrane 2008-07-20 05:56:51 -0400
  • 91a3cb84cd Clean up of delete links when not logged in Mike Cochrane 2008-07-20 05:49:54 -0400
  • 92e90ee636 Notice error Mike Cochrane 2008-07-20 05:49:17 -0400
  • fdfb806801 Sort tags by highest frequency then most recent Mike Cochrane 2008-07-20 05:48:32 -0400
  • e20362a60a Adds Opensearch description matthew.gregg 2008-07-19 21:58:23 -0400
  • 6dd211530f Patch for PITS 00032, 00033, 00034 matthew.gregg 2008-07-18 20:34:17 -0400
  • faa3933fbb Added notice deletion http://laconi.ca/PITS/00045 matthew.gregg 2008-07-15 23:20:45 -0400
  • b6efc9889f Update of the fr_FR translation florian 2008-07-19 12:23:55 -0400
  • 1467300152 Set constant to propper value, not debug value Mike Cochrane 2008-07-20 04:26:41 -0400
  • f08fe3d1c2 Add tag action Mike Cochrane 2008-07-20 04:18:38 -0400
  • 9c0455dfc6 Add rewrite rules for tags Mike Cochrane 2008-07-20 04:10:21 -0400
  • 224a3ad82c Missing ini settings for notice_tag table Mike Cochrane 2008-07-20 04:08:01 -0400
  • 5d84485001 First cut at hastags support. Mike Cochrane 2008-07-20 01:57:02 -0400
  • e4f1d6f504 More notice errors and fix and incorrect variable name Mike Cochrane 2008-07-20 01:55:58 -0400
  • 4b8ae3e339 Resolve conflict Mike Cochrane 2008-07-13 22:58:53 -0400
  • d9aea8cb9a Fixed location of bracket for gettext. Mike Cochrane 2008-07-13 01:30:33 -0400
  • 641490dc68 four key SMS providers had ' (SMS)' appended to their patterns Evan Prodromou 2008-07-28 23:28:45 -0400
  • 2e0b64a9ba add local flag for stuff posted over the API Evan Prodromou 2008-07-26 22:35:16 -0400
  • e0e5013a32 don't show register link if the site is closed Evan Prodromou 2008-07-24 19:58:04 -0400
  • e97c06e8e2 let admins prevent registration Evan Prodromou 2008-07-24 19:55:08 -0400
  • 3a262a3bcd ensure that there's a session before redirecting the user Evan Prodromou 2008-07-24 19:18:33 -0400
  • 60ba63b04e default for mirror in DB Evan Prodromou 2008-07-24 16:54:56 -0400
  • fdc7950e33 use a random mirror Evan Prodromou 2008-07-24 13:12:13 -0400
  • 7e6870db91 base class is_readonly() now returns false by default zach 2008-07-22 17:20:56 -0400
  • 877eb138c4 Twitter-compatible API: made is_readonly() method smarter zach 2008-07-22 14:29:19 -0400
  • 038f762bce Added is_readonly() method to all Actions zach 2008-07-22 13:15:01 -0400
  • 80facfa16d Twitter-compatible API - location_update was spitting out the wrong profile. Fixed. zach 2008-07-21 13:44:38 -0400
  • e304f42b47 lost the nickname changing from profile to user Evan Prodromou 2008-07-22 13:36:13 -0400
  • 471e4056f4 add notice sources (currently unused) Evan Prodromou 2008-07-22 12:46:39 -0400
  • 0323ca5c8e correctly return 0 for zero followers Evan Prodromou 2008-07-22 12:41:29 -0400
  • 905ba4998b fix content check so it shows zeros Evan Prodromou 2008-07-22 12:36:18 -0400
  • ccfccfd645 hide magic self subscription Evan Prodromou 2008-07-22 12:35:11 -0400
  • 39de5b81b3 don't get a count anywhere Evan Prodromou 2008-07-22 12:32:00 -0400
  • 42ac47915b don't get a count from query Evan Prodromou 2008-07-22 12:31:16 -0400
  • 9515303b14 notices and counts Evan Prodromou 2008-07-22 12:23:32 -0400
  • 97b1552c9a another whitespace SQL error Evan Prodromou 2008-07-22 12:17:52 -0400
  • 2f73f8a5e2 whitespace in SQL Evan Prodromou 2008-07-22 12:17:12 -0400
  • 81e6d50c53 blow off DB_DataObject joins, write SQL from scratch Evan Prodromou 2008-07-22 12:15:49 -0400
  • 64ed01f0af centralize and optimize with-friends query Evan Prodromou 2008-07-22 12:02:13 -0400
  • ab1f2ff9d0 every user is subscribed to themselves Evan Prodromou 2008-07-22 10:41:54 -0400
  • 5f79bcdf51 public timeline only gets local notices Evan Prodromou 2008-07-22 10:20:50 -0400
  • b1282b1b9f mark incoming notices as local or not Evan Prodromou 2008-07-22 10:18:28 -0400
  • e1361cdf48 mark notices as local Evan Prodromou 2008-07-22 10:16:14 -0400
  • 1cc71d0684 correct values for hidden fields Evan Prodromou 2008-07-21 12:28:57 -0400
  • 76f6e04a45 better confirm cancel Evan Prodromou 2008-07-21 12:24:34 -0400