Search found 59 matches
- Tue Jun 08, 2010 6:41 pm
- Forum: Bug reports
- Topic: Jump to top of page on Changelog click, PMF 2.6.5
- Replies: 5
- Views: 6155
Jump to top of page on Changelog click, PMF 2.6.5
When working w/PMF 2.6.5 and creating a FAQ any clicking on either of the 'Changelog' links at the bottom immediately cause the browser to jump to the top of the screen. I believe this is because the id being selected by the JavaScript does not exist so it just heads to the top as a last resort ...
- Tue Jun 08, 2010 9:14 am
- Forum: Proposals
- Topic: Limiting search result pages
- Replies: 0
- Views: 6458
Limiting search result pages
This may not be a change everybody wants, but considering how most people search anymore (spoiled by Google for better or worse) I think it's reasonable. In my setup I return too many pages to be attractive or worthwhile. It'd be best, in my opinion, if I could only show ten pages of result links at ...
- Thu Jun 03, 2010 4:09 am
- Forum: General discussions
- Topic: What does a faqdata_user or faqdata_group relationship mean?
- Replies: 7
- Views: 6255
Re: What does a faqdata_user or faqdata_group relationship mean?
Had to get this resolved for a demo. My "fix" is a hack and should probably be done the right way whatever that is. Interested in what that would be, by the way.
<quote file='./phpmyfaq/artikel.php' version='2.6.5'>
56a58,59
< $faq->getRecordBySolutionId($solution_id);
---
> $faq ...
<quote file='./phpmyfaq/artikel.php' version='2.6.5'>
56a58,59
< $faq->getRecordBySolutionId($solution_id);
---
> $faq ...
- Thu Jun 03, 2010 2:25 am
- Forum: Bug reports
- Topic: Users Administration Bug, PMF 2.6.5
- Replies: 4
- Views: 4125
Re: Users Administration Bug, PMF 2.6.5
Not sure if this is exactly the same, but the symptom is similar. The 'Loading...' timer at the top does it never-show-a-time thingy when previewing an authored document. I have rights to author, though, so it's not necessarily rights but perhaps you are able to find the same symptom's different ...
- Tue Jun 01, 2010 1:40 pm
- Forum: Proposals
- Topic: PMF Fulltext Search Addition (postgresql)
- Replies: 3
- Views: 17348
Re: PMF Fulltext Search Addition (postgresql)
Mailed. I'm pretty sure it was just the two files but if anything is amiss let me know and I can send you my entire setup.
Thanks.
Thanks.
- Tue Jun 01, 2010 5:00 am
- Forum: Bug reports
- Topic: Modify User display bug, PMF 2.6.5
- Replies: 1
- Views: 2495
Modify User display bug, PMF 2.6.5
Steps to duplicate:
Administration: Users: List Users: [select a user to modify]
Notice that the 'Save' button in the 'Profile of the user' section is somewhat overlapping the top of the 'last modified' text field.
The save button probably belongs at the bottom of that section.
As a note I've ...
Administration: Users: List Users: [select a user to modify]
Notice that the 'Save' button in the 'Profile of the user' section is somewhat overlapping the top of the 'last modified' text field.
The save button probably belongs at the bottom of that section.
As a note I've ...
- Mon May 31, 2010 10:48 pm
- Forum: Bug reports
- Topic: Database Reconnect failure, PMF 2.6.5
- Replies: 3
- Views: 8987
Re: Database Reconnect failure, PMF 2.6.5
It looks like time may solve this problem, just for the record. Haven't tested extensively but I think I'm seeing that as well.
- Mon May 31, 2010 9:43 pm
- Forum: Proposals
- Topic: PMF Fulltext Search Addition (postgresql)
- Replies: 3
- Views: 17348
PMF Fulltext Search Addition (postgresql)
I've been playing around a bit today trying to get queries to come back significantly faster while also getting results that aren't crap. The result follows and is an implementation of fulltext search within PostgreSQL. I do not know that it is the best way (correct code in correct files) but it ...
- Mon May 31, 2010 4:34 pm
- Forum: Bug reports
- Topic: Database Reconnect failure, PMF 2.6.5
- Replies: 3
- Views: 8987
Database Reconnect failure, PMF 2.6.5
It appears that PMF is fairly clever and either it or PHP natively is maintaining a pool of connections to PostgreSQL which is really neat; however, when the database is restarted and the web server is not an error shows up within the browser indicating there was a failure with the database. I haven ...
- Sun May 30, 2010 1:00 am
- Forum: Bug reports
- Topic: Glossary Delete Column lacks labels
- Replies: 4
- Views: 4284
Re: Glossary Delete Column lacks labels
Great! I'll need to figure out how to checkout the latest branch from there to get all of this in there. In the meantime I just changed mine in a way that seemed appropriate though I have only updated the one language file. What do you typically do in this case if you do not speak all 38 supported ...
- Sat May 29, 2010 11:58 pm
- Forum: Bug reports
- Topic: Mail FAQ to Friend bug, PMF 2.6.5
- Replies: 5
- Views: 5867
Re: Mail FAQ to Friend bug, PMF 2.6.5
I made the following change and it seemed to work:
diff artikel.php artikel.php.orig
55d54
< $solution_id = $faq->faqRecord['solution_id'];
58d56
< $record_id = $faq->faqRecord['id'];
diff artikel.php artikel.php.orig
55d54
< $solution_id = $faq->faqRecord['solution_id'];
58d56
< $record_id = $faq->faqRecord['id'];
- Sat May 29, 2010 11:46 pm
- Forum: Bug reports
- Topic: Mail FAQ to Friend bug, PMF 2.6.5
- Replies: 5
- Views: 5867
Re: Mail FAQ to Friend bug, PMF 2.6.5
Well this has been an interesting one and is a bit bigger than just mailing. I was going through the SQL calls (PostgreSQL has a neat feature to let you log queries via the log_statement command in the postgresql.conf file) and noticed the following while tweaking something else:
<code>
2010-05-29 ...
<code>
2010-05-29 ...
- Sat May 29, 2010 8:11 pm
- Forum: Bug reports
- Topic: Mail FAQ to Friend bug, PMF 2.6.5
- Replies: 5
- Views: 5867
Re: Mail FAQ to Friend bug, PMF 2.6.5
A bit more information. Searching and then selecting a result actually works. Searching by a number which matches a solution_id which takes you directly into the FAQ is what is not working. I did not realize the distinction before and have been doing a lot of tests just going to one TID to look at ...
- Sat May 29, 2010 6:31 pm
- Forum: Bug reports
- Topic: Users Administration Bug, PMF 2.6.5
- Replies: 4
- Views: 4125
Re: Users Administration Bug, PMF 2.6.5
Update: the Configuration tab behaves the same way as the Users tab so that would also be a bug I suppose. Same fix for everything: make it work like Statistics.
- Sat May 29, 2010 6:06 pm
- Forum: Bug reports
- Topic: Users Administration Bug, PMF 2.6.5
- Replies: 4
- Views: 4125
Users Administration Bug, PMF 2.6.5
This is nothing critical as far as I can tell, but if a non-user/group-administrating user accesses the Administrative interface after logging in (in order to work with categories, FAQs, the Glossary, or whatever) and they click on 'Users' the page does not really return properly from an application ...