Commit Log (Page 60 of 89)

back to main page

Pages: « Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 Next »

Summary Period: 2002-05-16 to 2002-04-29 (Commits 1409-1458 of 4408)

robert 2002-05-16 00:56

assign form-action to res.data.action

4 lines of code changed in:

robert 2002-05-16 00:56

- assign form-action to res.data.action
- comments are deleted via story now (regardless if toplevel or reply)

8 lines of code changed in:

robert 2002-05-16 00:55

assign form-action to res.data.action

4 lines of code changed in:

robert 2002-05-16 00:55

added several missing indexes

62 lines of code changed in:

robert 2002-05-16 00:54

included create-statements for indexes (from antville_indexes.sql), changed unique keys to primary keys

186 lines of code changed in:

tobi 2002-05-15 18:09

removed comment about "backslashed masking with backslashes" (not necessary, windows can do it with slashes, too)

2 lines of code changed in:

tobi 2002-05-15 18:08

changed imgPath and goodiePath to relative urls (works with windows, and i assume it works with *nix, too)

4 lines of code changed in:

tobi 2002-05-15 17:09

added link to print version of reference

1 lines of code changed in:

hannes 2002-05-15 15:11

removed less-than char at beginning of file

2 lines of code changed in:

hannes 2002-05-15 15:04

check if there is a path.weblog before accessing it (twice)

10 lines of code changed in:

tobi 2002-05-14 16:22

added check for "zero records" returned by hsqldb in listReferrers_macro()

6 lines of code changed in:

tobi 2002-05-14 16:22

added check for "zero records" returned by hsqldb in backlinks_macro()

6 lines of code changed in:

robert 2002-05-14 00:57

the first user registering is granted trust and sysadmin-rights

6 lines of code changed in:

robert 2002-05-14 00:53

using root.link instead of global link-macro because the latter one produces wrong href if the requested url doesn't end with a slash

2 lines of code changed in:

tobi 2002-05-13 20:28

changed any int(20) type to int(9); added "identity" property to tables which are used by direct db access

26 lines of code changed in:

tobi 2002-05-13 20:26

changed any bigint(20) type to mediumint(9)

52 lines of code changed in:

tobi 2002-05-13 20:20

adapted sql query in backlinks_macro() for using antville with hsqldb connection

2 lines of code changed in:

tobi 2002-05-13 20:19

adapted sql query in listReferrers_macro() for using antville with hsqldb connection

14 lines of code changed in:

tobi 2002-05-13 20:18

adapted sql query in logAccess() for using antville with hsqldb connection

2 lines of code changed in:

tobi 2002-05-13 12:46

removed this action to prevent weblogs.com from being pinged manually

0 lines of code changed in:

hannes 2002-05-11 17:36

removed URL, PATH and ACTION cols from ACCESS table

0 lines of code changed in:

hannes 2002-05-11 12:50

updated to current antville

352 lines of code changed in:

robert 2002-05-11 12:33

added changes made in dbpatch 20020426

4 lines of code changed in:

robert 2002-05-09 01:04

added check if username matches a function-name; if true username is rejected

12 lines of code changed in:

robert 2002-05-08 20:32

fixed a bug that lead to wrong sorted subscription.list

6 lines of code changed in:

tobi 2002-05-07 17:34

modified popup() function:
- size of new window will never extend 640x480 (inner values)
- resizable and scrolling is set to "yes"

8 lines of code changed in:

tobi 2002-05-02 13:38

replace writeln() with app.__app__.logEvent() in function logAccess()

4 lines of code changed in:

tobi 2002-04-30 16:31

modified query in pingUpdatedWeblogs() to track weblogs that haven't been pinged, yet (LASTPING is null)

4 lines of code changed in:

tobi 2002-04-29 18:03

grrrr! anchor names without # me stupid!

2 lines of code changed in:

tobi 2002-04-29 18:02

added inline anchor

2 lines of code changed in:

tobi 2002-04-29 17:09

added log message and check for empty title in function ping()

8 lines of code changed in:

tobi 2002-04-29 16:43

changed "notify weblogs.com" to "notify updates"

2 lines of code changed in:

tobi 2002-04-29 16:35

removed generic log message in pingUpdatedWeblogs()

0 lines of code changed in:

tobi 2002-04-29 16:17

id has to be a string when directly retrieved from db in function pingUpdatedWeblogs()

6 lines of code changed in:

tobi 2002-04-29 16:13

debugging

4 lines of code changed in:

tobi 2002-04-29 16:08

added some more logging

2 lines of code changed in:

tobi 2002-04-29 15:48

added some logging using app.__app__.logEvent()

44 lines of code changed in:

tobi 2002-04-29 15:01

added call for pingUpdatedWeblogs() to scheduler()

4 lines of code changed in:

tobi 2002-04-29 14:02

changed "pinging" to "notifying" in error msg of ping()

28 lines of code changed in:

tobi 2002-04-29 14:01

removed ping variable

2 lines of code changed in:

tobi 2002-04-29 13:49

moved some parts back to ping() in objectFuncktions.js

10 lines of code changed in:

tobi 2002-04-29 13:48

added comments; moved some parts from ping.hac back to here

0 lines of code changed in:

tobi 2002-04-29 13:41

fixed bug in pingUpdatedWeblogs(), "select" statement needs executeRetrieval() instead of executeCommand()

2 lines of code changed in:

tobi 2002-04-29 13:01

rewrote pingUpdatedWeblogs() to use direct db access

54 lines of code changed in:

tobi 2002-04-29 12:42

wrapped result of weblogs.com ping into new object

6 lines of code changed in:

tobi 2002-04-29 12:42

wrapped result of weblogs.com ping into new object in function ping()

10 lines of code changed in:

tobi 2002-04-29 12:37

enabled redirect to weblog's main page

2 lines of code changed in:

tobi 2002-04-29 12:35

renamed ping_action() to ping(), moved some parts to ping.hac

8 lines of code changed in:

tobi 2002-04-29 12:35

initial check-in

18 lines of code changed in:

tobi 2002-04-29 12:24

result properties of xml-rpc ping to weblogs.com are called flerror and message (sometimes it's good to look in the specs :)

14 lines of code changed in:

Pages: « Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 Next »

Generated by StatCVS 0.2.2