Commit Graph

  • 99773e3b5e wrap multiline regexp in quotes so it doesn't mess up my editor's indenting Evan Prodromou 2009-02-12 07:58:36 -05:00
  • a845d06c77 ignore no-data error, since we use it all the time Evan Prodromou 2009-02-12 06:49:34 -05:00
  • 986068d6e7 Merge branch '0.7.x' into queuehandlers Zach Copley 2009-02-11 23:07:49 -08:00
  • 616bdd43a9 Just discovered the PEAR_Error handling function in index.php. Duh. Renamed the Action functions to throw an exception like it. I still think it probably makes sense to have the callback defined in both places for finer control. Zach Copley 2009-02-11 22:08:20 -08:00
  • 9f035e2847 Code to handle PEAR_Errors raised by DB_DataObject that are bubbling up, but are actually expected and can safely be ignored. Zach Copley 2009-02-11 21:41:56 -08:00
  • 7155cf813d Move/reorg Twitter broadcast code to lib/twitter.php in prep for making a twitterqueuehandler. Zach Copley 2009-02-11 17:46:53 -08:00
  • 3c8c0572ef Ticket 1172. Capitalizing first character of each word to uppercase instead of putting all characters to uppercase. Sarven Capadisli 2009-02-11 23:03:12 +00:00
  • c6070200fe Merge branch 'master' of git://gitorious.org/laconica/mainline Evan Prodromou 2009-02-11 20:53:11 +00:00
  • 9d07032334 fix command classes Evan Prodromou 2009-02-11 15:48:30 -05:00
  • 03fff15a51 Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x Evan Prodromou 2009-02-11 15:47:47 -05:00
  • 5127396325 Move Commands stuff out of classes Evan Prodromou 2009-02-11 15:46:29 -05:00
  • 1d5296e596 change htmloutputter to use exception instead of common_user_error Evan Prodromou 2009-02-11 15:39:49 -05:00
  • 87f243917d Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x Sarven Capadisli 2009-02-11 19:56:59 +00:00
  • 21f6c91161 Minor correction: pikiw -> piwik Sarven Capadisli 2009-02-11 19:56:17 +00:00
  • ab37f84b5a Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x Evan Prodromou 2009-02-11 14:46:47 -05:00
  • b5cc7e4aab Handle DB_DataObject errors better Evan Prodromou 2009-02-11 14:45:06 -05:00
  • 012288bdf6 Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x Sarven Capadisli 2009-02-11 16:53:01 +00:00
  • fc293545be Minor. Changed from @class location to label Sarven Capadisli 2009-02-11 16:50:07 +00:00
  • 22b10399aa Unify feeds definition in actions Evan Prodromou 2009-02-11 11:37:50 -05:00
  • ad65c447d5 fix Atom link, add Atom and RSS 2.0 to <head> Evan Prodromou 2009-02-11 10:35:15 -05:00
  • 2fb8c58c84 Merge branch 'dev-0.7.x' into link-rel-paginate Meitar Moscovitz 2009-02-12 02:27:13 +11:00
  • 27e23f2dd3 Merge branch 'sgmurphy-clone/0.7.x' into 0.7.x Evan Prodromou 2009-02-11 10:11:26 -05:00
  • 26b0bc3aab Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x Evan Prodromou 2009-02-11 09:54:23 -05:00
  • 880d0b477b Merge branch 'urlroute' into 0.7.x Evan Prodromou 2009-02-11 09:53:54 -05:00
  • c640b747f7 add related link to Atom for feeds for some downstream users Evan Prodromou 2009-02-11 08:34:21 -05:00
  • d345c746b9 add related link to Atom for feeds for some downstream users Evan Prodromou 2009-02-11 08:34:21 -05:00
  • 07c6537898 Style the notice form and notices to better avoid need to scroll around. Meitar Moscovitz 2009-02-11 23:35:58 +11:00
  • bba1dbdb40 Use a router singleton Evan Prodromou 2009-02-11 00:45:11 -05:00
  • fbecbcb693 Build urls using Net_URL_Mapper, too Evan Prodromou 2009-02-10 22:49:25 -05:00
  • 1a7337f2fd Moved /doc/ to /doc-src/ Evan Prodromou 2009-02-10 22:33:57 -05:00
  • 7b9e69eb89 integrate URL routing into core code Evan Prodromou 2009-02-10 22:32:38 -05:00
  • 646fdea1bf Fixed 1174: schemeless URL auto-linking bug Sean Murphy 2009-02-10 17:42:58 -05:00
  • 7763f804ca trac #233 Explicitely show we have an rss feed for notice searches. Robin Millette 2009-02-10 22:04:47 +00:00
  • b45ea01dab Required Net URL needed for Net URL Mapper Evan Prodromou 2009-02-10 16:19:45 -05:00
  • e21f2cf29e Move Mapper to correct spot in the hierarchy Evan Prodromou 2009-02-10 15:55:37 -05:00
  • 3f859026e6 Add Net_URL_Mapper to extlib Evan Prodromou 2009-02-10 15:54:13 -05:00
  • beddf90663 Trigger only on handheld device screens, not on browser screens, d'oh! Meitar Moscovitz 2009-02-11 03:12:14 +11:00
  • c9e8b1e5c3 Add streamlined mobile device-friendly styles when enabled in config. Meitar Moscovitz 2009-02-11 03:03:16 +11:00
  • b240a17194 Beginning to refactor document relationship links to reduce common code. Meitar Moscovitz 2009-02-10 19:42:01 +11:00
  • 3585012380 Merge branch 'dev-0.7.x' into link-rel-paginate Meitar Moscovitz 2009-02-10 18:28:12 +11:00
  • d8ed013612 Merge commit 'upstream/0.7.x' into 0.7.x Sean Murphy 2009-02-09 20:18:27 -05:00
  • 55fcc150fe Fixed #1025: Delete avatar option. Sean Murphy 2009-02-09 20:17:56 -05:00
  • cf29ef2bc4 Fixed remaining substr_replace with multibyte equivalent. Sean Murphy 2009-02-09 19:15:30 -05:00
  • 80429ca70c Fixed remote subscribe avatar problems Evan Prodromou 2009-02-09 23:13:11 +00:00
  • 47a5d2b7f0 Fixed remote subscribe avatar problems Evan Prodromou 2009-02-09 23:13:11 +00:00
  • 0d58652487 trac #1160 fix dropdown xmloutput function for the selected attribute and fix newmessage auto-selected dropdown. Robin Millette 2009-02-09 15:35:38 +00:00
  • bdd9f6ce1d Merge commit 'upstream/0.7.x' into 0.7.x Sean Murphy 2009-02-09 17:29:39 -05:00
  • f6705f06c0 Fixed #1170: Auto-linking bug when URL cotains special chars. Sean Murphy 2009-02-09 17:29:27 -05:00
  • 32744124bc Add a hook for showing sidebar sections Evan Prodromou 2009-02-09 16:56:38 -05:00
  • 2393fbec60 add some indices for performance Evan Prodromou 2009-02-09 14:47:23 -05:00
  • 8cb3035b89 Merge branch 'dev-0.7.x' into link-rel-paginate Meitar Moscovitz 2009-02-10 05:05:04 +11:00
  • 3e005f2d1b "Change your email address..." msg was printing out \n instead of a newline Zach Copley 2009-02-06 21:17:45 -08:00
  • 09d8a73ece trac #1155 ++ replace strlen with mb_strlen for all utf8 strings. Robin Millette 2009-02-07 19:33:18 +00:00
  • 37a1a6b9d8 Safer, better script for automatically updating Facebook statuses Zach Copley 2009-02-07 18:16:34 -08:00
  • ddb67cda17 Trac #1159: Fix peopletag pagination. Also phpcs cleanup. Zach Copley 2009-02-08 13:25:48 -08:00
  • bb13d89642 Minor update to the way Facebook app handles listing of friends you've invited. Zach Copley 2009-02-08 21:58:25 +00:00
  • 28ef2ccf42 Ticket #1094 Facebook app invites page was failing if no friends had added the app yet Zach Copley 2009-02-08 23:07:56 +00:00
  • 20bfa6daed upgrade jQuery from 1.3 to 1.3.1 Evan Prodromou 2009-02-09 12:39:03 -05:00
  • e5bad15264 upgrade jQuery from 1.3 to 1.3.1 Evan Prodromou 2009-02-09 12:39:03 -05:00
  • 42e3c928dd ignore .#* files Evan Prodromou 2009-02-09 12:29:10 -05:00
  • c87a0c3f58 Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x Evan Prodromou 2009-02-09 12:09:44 -05:00
  • 9b7c57d094 whitespace and formatting in showstream.php Evan Prodromou 2009-02-09 12:07:21 -05:00
  • c1bc77efd9 whitespace and formatting Evan Prodromou 2009-02-09 12:06:06 -05:00
  • 73b8de7c4c Merge branch 'sgmurphy-clone/0.7.x' into 0.7.x Evan Prodromou 2009-02-09 12:03:45 -05:00
  • 9e23b5c5d7 Change action autoloading to allow actions in plugins Evan Prodromou 2009-02-09 11:46:26 -05:00
  • 43888b5239 trac #1160 fix dropdown xmloutput function for the selected attribute and fix newmessage auto-selected dropdown. Robin Millette 2009-02-09 15:35:38 +00:00
  • 09bab90409 Merge branch '0.7.x' into 0.8.x Evan Prodromou 2009-02-09 09:57:39 -05:00
  • a476805dd9 give example of using Google Analytics Evan Prodromou 2009-02-09 09:20:55 -05:00
  • 2e518c9d5e Sample plugin for Google Analytics Evan Prodromou 2009-02-09 09:14:44 -05:00
  • ee4ee388ff include plugin.php early so config can use it Evan Prodromou 2009-02-09 08:49:28 -05:00
  • dce975e33b allow events without arguments Evan Prodromou 2009-02-09 08:48:50 -05:00
  • 175f1e7395 utility superclass for plugins Evan Prodromou 2009-02-09 08:47:11 -05:00
  • f4e8cc6d9f Add InitializePlugin and CleanupPlugin events Evan Prodromou 2009-02-09 08:44:30 -05:00
  • 5d246299b6 add hooks for JavaScript handling Evan Prodromou 2009-02-09 08:24:23 -05:00
  • 60bf87bb34 notes about existing events; should probably put this in a separate doc Evan Prodromou 2009-02-09 08:11:52 -05:00
  • 05991e2206 First events for adding menu items Evan Prodromou 2009-02-09 08:02:23 -05:00
  • e40d503dfb had the logic on event handler reversed Evan Prodromou 2009-02-09 08:02:08 -05:00
  • 55cba5007e Fix indentation in lib/action.php Evan Prodromou 2009-02-09 07:51:23 -05:00
  • e29ebc18c7 Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x Evan Prodromou 2009-02-09 07:26:17 -05:00
  • 5466f6a6d0 Better exception handling in index Evan Prodromou 2009-02-09 07:25:35 -05:00
  • aa06d760b3 Index and Action use Exceptions Evan Prodromou 2009-02-09 07:15:52 -05:00
  • 9152c0bdc8 First steps to using exceptions for error handling Evan Prodromou 2009-02-09 07:12:08 -05:00
  • 12d7c30ef7 Add event.php before config.php is called Evan Prodromou 2009-02-09 06:52:39 -05:00
  • b1f9dec20e First events code Evan Prodromou 2009-02-09 06:51:08 -05:00
  • c604fa8d37 Ticket #1094 Facebook app invites page was failing if no friends had added the app yet Zach Copley 2009-02-08 23:07:56 +00:00
  • 00fda7ae5f Minor update to the way Facebook app handles listing of friends you've invited. Zach Copley 2009-02-08 21:58:25 +00:00
  • dec0461d5f Trac #1159: Fix peopletag pagination. Also phpcs cleanup. Zach Copley 2009-02-08 13:25:48 -08:00
  • 6e2f045837 Add machine-readable pagination using HTML4.01 <link rel="next">, etc. Meitar Moscovitz 2009-02-09 00:02:51 +11:00
  • e85f0ae4c8 Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x Zach Copley 2009-02-07 18:18:08 -08:00
  • 4b4ed63190 Safer, better script for automatically updating Facebook statuses Zach Copley 2009-02-07 18:16:34 -08:00
  • 5c83505eee Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x Sarven Capadisli 2009-02-07 23:48:02 +00:00
  • a64a888609 Using rel="external" instead of class="exlink" Sarven Capadisli 2009-02-07 23:47:37 +00:00
  • c2905085c1 trac #1155 ++ replace strlen with mb_strlen for all utf8 strings. Robin Millette 2009-02-07 19:33:18 +00:00
  • 805560677b Fixed references to common_avatar_*. Sean Murphy 2009-02-07 11:10:46 -05:00
  • a3d5e00f64 Merge commit 'upstream/0.7.x' into 0.7.x Sean Murphy 2009-02-07 11:02:10 -05:00
  • d900893149 Fixed #1152: Needless image scaling and poor JPG quality Sean Murphy 2009-02-07 10:01:08 -05:00
  • 08db50b24e "Change your email address..." msg was printing out \n instead of a newline Zach Copley 2009-02-06 21:17:45 -08:00
  • d6245dca63 Fixed #1048: Edit avatar link on profile page. Sean Murphy 2009-02-06 18:36:34 -05:00
  • 02d7167906 Merge branch '0.7.x' into 0.8.x Evan Prodromou 2009-02-06 15:38:10 -05:00
  • d260d841eb Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x Evan Prodromou 2009-02-06 15:38:01 -05:00