In some cases it is wanted that you can change complete tree structures, so I don't think we should remove the option that people can freely attach structures.
Surely, I was only talking about cutting that branch of the tree that starts with the article being edited. This would leave all (sensible ...
Search found 10 matches
- Tue Jun 12, 2007 3:02 pm
- Forum: Bugs
- Topic: Recursive comment references possible
- Replies: 4
- Views: 2624
- Tue Jun 12, 2007 2:32 pm
- Forum: General discussions
- Topic: New hooks for comment handling
- Replies: 9
- Views: 3678
- Tue Jun 12, 2007 2:11 pm
- Forum: Bugs
- Topic: Recursive comment references possible
- Replies: 4
- Views: 2624
Re: Recursive comment references possible
It is now impossible to make an entry a child of itself, but one can still make it a child of a child, grandchild etc. With the current database structure, there will have to be a non-trivial query to determine all offspring. Alternatively, when the list of possible parents is created for the edit ...
- Mon Jun 11, 2007 7:36 pm
- Forum: Bugs
- Topic: Recursive comment references possible
- Replies: 4
- Views: 2624
Recursive comment references possible
When editing a comment, it is possible to make it the child of one of its own offspring. It's stupid to do, but the involved comments then disappear until parenthood is set again.
- Mon Jun 11, 2007 3:56 pm
- Forum: General discussions
- Topic: New hooks for comment handling
- Replies: 9
- Views: 3678
- Mon Jun 11, 2007 1:59 pm
- Forum: General discussions
- Topic: New hooks for comment handling
- Replies: 9
- Views: 3678
- Mon Jun 11, 2007 1:13 pm
- Forum: General discussions
- Topic: Lost Password
- Replies: 4
- Views: 10273
- Mon Jun 11, 2007 12:57 pm
- Forum: General discussions
- Topic: New hooks for comment handling
- Replies: 9
- Views: 3678
Re: New hooks for comment handling
Hi, thanks for faithfully replying to everbody! I am trying to move several blogs' articles into another blog 'in real-time'. Aggregating feeds is too inefficient, as is using a frequent cron job to duplicate things, so I am writing a plugin that mirrors any database changes (article creation ...
- Sun Jun 10, 2007 6:23 pm
- Forum: General discussions
- Topic: Lost Password
- Replies: 4
- Views: 10273
Setting a password
In whichever database you pointed Serendipity to during installation, there is a table called "authors" with a column "password" for each author. The passwords are encrypted, but you can simply set a different value. In the same software that you used to create the database required for Serendipity ...
- Sat Jun 09, 2007 1:50 am
- Forum: General discussions
- Topic: New hooks for comment handling
- Replies: 9
- Views: 3678
New hooks for comment handling
Hi, when trying to process comments in a plugin, I found that the existing hook frontend_saveComment is positioned before the actual database entry is made, making it lack information on the inserted comment's ID. Simply guessing that it is the latest comment's ID plus one could be wrong in case ...