Commit graph

  • 066085535d fix short open tags cweiske 2009-10-28 22:28:04 +0000
  • c95e4dce5b explain deleteAll() in bookmarks cweiske 2009-10-28 22:26:37 +0000
  • 2444e1257f fix unfreed sql result and add deleteAll() for users cweiske 2009-10-28 22:25:27 +0000
  • 0fcbe3158d rename vote table columns cweiske 2009-10-28 22:24:06 +0000
  • 4645da9521 fix E_NOTICE in tag list cweiske 2009-10-28 22:23:08 +0000
  • ac1fd6d086 entity missed semicolon cweiske 2009-10-28 22:22:04 +0000
  • 92228dc9e0 add label for "keep password 2 weeks" text cweiske 2009-10-28 22:21:00 +0000
  • 7e0f6a3132 show own voting as background color cweiske 2009-10-28 22:19:50 +0000
  • ee21c9e47a add usertest to alltests cweiske 2009-10-28 22:18:38 +0000
  • b6880a1011 add usertest and check if setting a new user id also changes the user array cweiske 2009-10-28 22:17:40 +0000
  • 80464e45e8 test previously fixed bug: voting was updated for all bookmarks, not only the current one cweiske 2009-10-28 22:16:37 +0000
  • bb5205053e implement rewriteVotings() and unittest the method cweiske 2009-10-28 22:15:14 +0000
  • 03bc498eff test that voting for other bookmarks does not change when voting for one bookmark cweiske 2009-10-28 22:13:57 +0000
  • 64a44cceb8 update only one bookmark when voting; cweiske 2009-10-28 08:03:08 +0000
  • a3ba58dfc0 basic ajax voting support. has a bad counting bug somewhere cweiske 2009-10-28 08:02:17 +0000
  • a63765a4ad cs cweiske 2009-10-28 08:00:40 +0000
  • 806d85f387 do not use new css3 values since nobody understands them yet cweiske 2009-10-28 08:00:15 +0000
  • 485bb8912b prevent js file to get stored in lastUrl cweiske 2009-10-27 20:42:12 +0000
  • 4bf8c2fff9 search engines should not follow voting links (not that they are visible to them) cweiske 2009-10-27 20:40:12 +0000
  • b9e269b595 style voting badge cweiske 2009-10-27 20:38:24 +0000
  • a5dae49520 do not error out when user is not logged in cweiske 2009-10-27 20:36:43 +0000
  • 190d0e92db fix jsScuttle include cweiske 2009-10-27 20:35:11 +0000
  • c90e6d2263 img.thumbnail is defined later on cweiske 2009-10-27 20:32:27 +0000
  • f01fb13622 move bookmark thumbnail code in separate template file cweiske 2009-10-27 20:30:33 +0000
  • 10f59ea771 fix user-specific tags cweiske 2009-10-27 20:26:24 +0000
  • 1ea488babe move thumbnail code in own file cweiske 2009-10-27 20:04:12 +0000
  • f24a387cc9 Move URL redirection from URL to session parameter cweiske 2009-10-27 19:58:54 +0000
  • af157c6bb7 basic voting system works; but layout is missing cweiske 2009-10-26 21:55:43 +0000
  • 44fd0e29f4 introduce voting config value and provide current user voting status in getBookmarks() cweiske 2009-10-26 18:52:02 +0000
  • 0af3f228ac add docblocks to service classes cweiske 2009-10-26 06:40:39 +0000
  • 3f340acd2b add eric and ben as authors cweiske 2009-10-26 06:39:59 +0000
  • 1a4a027226 rename config.inc.php to config.php throughout the code cweiske 2009-10-26 06:39:23 +0000
  • 12ff7497fa add bVoting to table definition file cweiske 2009-10-26 06:38:42 +0000
  • 8d16356f75 remove unreachable code cweiske 2009-10-25 20:09:28 +0000
  • 184099743b document attachtags cweiske 2009-10-25 20:07:54 +0000
  • f327c6a0f1 clarification cweiske 2009-10-25 20:06:36 +0000
  • 6fad03eb7a document attachlinkedtag cweiske 2009-10-25 20:05:25 +0000
  • edfefe3eeb fix tagtest cweiske 2009-10-25 20:04:16 +0000
  • b4c7b1ad9a Rename categories to tags, because that is what they are cweiske 2009-10-25 19:38:24 +0000
  • 6c7dc7a20b fix one tag2tag test and make the other one report the real error cweiske 2009-10-25 19:37:04 +0000
  • 1bffdc3696 tab 2 spaces in test files cweiske 2009-10-25 19:35:48 +0000
  • f0ec32d89b fix testRename() tag2tag test cweiske 2009-10-25 19:34:10 +0000
  • 09fffebffe test if deleting bookmarks works. to do this, we need a new testbase method to create users, plus we need to return the uid when creating a new user. registration process needs to be adopted to that. cweiske 2009-10-25 19:32:48 +0000
  • b38d876fad correct indentation and visibility modifier cweiske 2009-10-25 19:30:16 +0000
  • c4ce5438a8 make bookmark tests work again cweiske 2009-10-25 19:28:23 +0000
  • ae8ca8442e Fix *all* unfreed results in unit tests - this was a hard task, but worth it cweiske 2009-10-25 15:42:09 +0000
  • 21db3ef6da fix unit test runs for direct phpunit calls cweiske 2009-10-25 15:39:36 +0000
  • 59025b501c no braces needed cweiske 2009-10-25 15:37:17 +0000
  • ef16c76ce6 free some results in commondescription service cweiske 2009-10-25 15:34:13 +0000
  • 05defe72d8 introduce testbase class and make all tests runnable standalone cweiske 2009-10-25 15:31:31 +0000
  • 9a0aefc28b delete votes when deleting bookmark cweiske 2009-10-25 15:26:48 +0000
  • da3c422d65 delete votes when deleting bookmark cweiske 2009-10-25 15:24:35 +0000
  • 9f53c3325c convert tabs to spaces cweiske 2009-10-24 09:12:10 +0000
  • 5d11ae2fd5 use dbservice in all services that need a db cweiske 2009-10-24 09:10:05 +0000
  • cc1a0b1e9c fix notice cweiske 2009-10-24 09:07:46 +0000
  • 55b86f75e7 document getBookmarks() cweiske 2009-10-24 09:06:33 +0000
  • 1cf1374627 clear votes table before testing votes cweiske 2009-10-24 09:05:05 +0000
  • ffa24d7fa5 Add VoteTest to AllTests cweiske 2009-10-24 09:03:43 +0000
  • f3c36ee5c9 Implement voting service and unit tests for it cweiske 2009-10-24 08:07:55 +0000
  • 00ba74e0c4 introduce dbservice, a service base class that has a database variable, table variable and getter/setter for table cweiske 2009-10-24 08:05:00 +0000
  • 60bb032d75 print full backtrace on error cweiske 2009-10-24 08:02:47 +0000
  • 73b11a40be make it possible to run other tests standalone, too cweiske 2009-10-24 08:01:07 +0000
  • eb914d4a7f tabs to spaces, document and format addBookmark() cweiske 2009-10-24 07:59:31 +0000
  • 68c01cda10 rename ServiceFactory::getServiceInstance() to get() - much easier to write cweiske 2009-10-23 17:13:16 +0000
  • 3df99a0aec make the file PEAR CS compliant cweiske 2009-10-23 16:56:59 +0000
  • 3bbf5f3c55 tell what you need cweiske 2009-10-23 16:55:48 +0000
  • 91eb43bec6 revamp service factory cweiske 2009-10-23 16:54:51 +0000
  • 3350658545 voting table cweiske 2009-10-23 16:53:18 +0000
  • 97e702d088 Begin work on voting system cweiske 2009-10-23 06:50:08 +0000
  • dfeeae38a9 get rid of headers-already-sent-errors when running unit tests on cli cweiske 2009-10-03 23:25:07 +0000
  • de031f043f make tests run again (though they do not pass) cweiske 2009-10-03 23:18:49 +0000
  • d5f09b7e4d make the application work again cweiske 2009-10-03 21:52:30 +0000
  • b7345f833d more file renamings cweiske 2009-10-03 14:08:25 +0000
  • 29422fa553 move files to new locations cweiske 2009-10-03 14:00:33 +0000
  • b8b1d06b2d prepare new directory structure (see: http://wiki.php.net/pear/rfc/pear2_standards#directory_structure ) cweiske 2009-10-03 12:33:33 +0000
  • 3725316ea3 re-add home link; requested by benjamin cweiske 2009-10-01 22:22:00 +0000
  • edeb2bb4e5 write ChangeLog for 0.94, more UPGRADE details cweiske 2009-09-29 10:57:05 +0000
  • f1575fe38a prepare 0.94 cweiske 2009-09-29 10:37:12 +0000
  • d9fd0a05f5 add authors to AUTHORS file cweiske 2009-09-29 07:05:55 +0000
  • a53c9bf3bf fix problem: "api/posts/all not found" cweiske 2009-09-29 06:57:24 +0000
  • 063403b58d fix unfreed result on watchlist page cweiske 2009-09-29 06:50:23 +0000
  • 5b88a41dd6 Make german translation pretty cweiske 2009-09-25 12:20:21 +0000
  • a689565903 move de_AT to de_DE since it is not specific to austria and better than the original de_DE translation cweiske 2009-09-25 11:26:19 +0000
  • 0804ec092c remote de_DE since I will move de_AT over it cweiske 2009-09-25 11:23:53 +0000
  • ec3214bbf2 do not use path_info when it is not defined cweiske 2009-09-22 07:01:05 +0000
  • 33c3ff7e12 use proper html entities - ; was missing cweiske 2009-09-22 06:58:18 +0000
  • 50205d36e0 use proper php tags, no the short tag syntax that does not work on 50% of all hosts cweiske 2009-09-22 06:37:29 +0000
  • 9371dd23eb make login html valid cweiske 2009-09-22 06:32:02 +0000
  • 554fcbb3ec make registration page valid cweiske 2009-09-22 06:29:15 +0000
  • 1b1da05f20 make about page valid cweiske 2009-09-22 06:25:42 +0000
  • f781b49e10 Remove "home" link in menu toolbar since the logo/title is linked anyway cweiske 2009-09-22 06:22:59 +0000
  • 972ac7bbd6 Fix bug #2674961: editAllowed optimization - make less queries for each bookmark cweiske 2009-09-22 06:21:45 +0000
  • 724d9fa421 Fix bug #2674961: editAllowed optimization - make less queries for each bookmark cweiske 2009-09-22 06:12:25 +0000
  • f05dad73e0 Fix mysqli db class: escaping did not work at all cweiske 2009-09-22 05:04:59 +0000
  • dbb27278de remove dbport from default config because nobody changes that one anyway. also set default host to localhost instead of 127.0.0.1 to allow socket connections (till said ip forces tcp) cweiske 2009-09-21 18:03:05 +0000
  • 4312a23bd1 Fix bug #2863644: Updated INSTALL.txt - thanks, till! cweiske 2009-09-21 17:42:19 +0000
  • b189fdd32b url and cat are not used in users.php cweiske 2009-09-20 17:26:07 +0000
  • ad8bfd0175 Put charset declaration before title cweiske 2009-09-20 17:21:48 +0000
  • 423147a7d2 hide welcome message if it is empty cweiske 2009-09-20 17:11:38 +0000
  • 2b98bf8996 Put all configuration options into config.default.inc.php. Use phpdoc docblocks for config option descriptions. Put only very necessary options in config.inc.php.dist to now overwhelm new users. cweiske 2009-09-20 17:04:31 +0000