Search found 3 matches

by cress_cc
Sun Apr 01, 2007 4:34 pm
Forum: Bugs
Topic: %username% is NOT included in authorURL
Replies: 4
Views: 2632

Re: %username% is NOT included in authorURL

Hello.


(BTW, I committed your patch today!)

Thanks.


Do you have any advantages in mind that merging the two functions would have?

If two functions are achieved by one, it becomes easy to maintain.
I often do it, when I make a business application program. (Because it requires extendibility ...
by cress_cc
Sat Mar 31, 2007 5:05 pm
Forum: Bugs
Topic: %username% is NOT included in authorURL
Replies: 4
Views: 2632

Re: %username% is NOT included in authorURL

Hello. Thank you for applying my patch. :D
I think there is more fundamental problem. There are two similar functions, fetchEntry() and fetchEntries(). And they are independent for each other.
I think it's good if fetchEntry() calls fetchEntries() internally. I'm going to try it. :roll:
# Should I ...
by cress_cc
Fri Mar 30, 2007 8:28 pm
Forum: Bugs
Topic: %username% is NOT included in authorURL
Replies: 4
Views: 2632

%username% is NOT included in authorURL

Hello, ALL.
# Excuse my poor English. :?
I've used version 1.1.2 since the day before yesterday.
My format of author permanent link is "authors/%id%-%username%".
And its behavior is different each page.

/archives/* -> 1-unknown
(other pages) -> 1-cress (My username is "cress")
The function ...