[CDB] RH Topic Tags

A place for Extension Authors to post and receive feedback on Extensions still in development. No Extensions within this forum should be used within a live environment!
Ideas Centre
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

IMPORTANT: Extensions Development rules

IMPORTANT FOR NEEDED EVENTS!!!
If you need an event for your extension please read this for the steps to follow to request the event(s)
Locked
combuster
Registered User
Posts: 352
Joined: Sun Oct 26, 2008 11:58 pm

Re: [DEV] Topic Tags

Post by combuster »

Haha thx for details. However, all these problems should be solved with 0.0.11-DEV!
Thanks for reporting! This were 2 big bugs!! :lol:

btw: you need to delete data, because some updates might change config-data-names which then can not be reverted automatically later, because the DB-field name might be outdated. This is in DEV phase because I am lazy .. or better saying: spending my time on actual work instead of proper upgrade code (until RC-phase)
leschek
Registered User
Posts: 839
Joined: Tue Jul 18, 2006 12:49 pm
Contact:

Re: [DEV] Topic Tags

Post by leschek »

Thanks again for the new version. I tested it shortly and it seems that everything is working (tested on phpBB 3.1.0 RC5). Only my regex is a bit longer /^[\.\- ěščřžýáíéóúůďťňĎŇŤŠČŘŽÝÁÍÉĚÓÚŮa-z0-9]{3,30}$/i, so it would be great if the field is bit longer.

EDIT: Unfortunately I find a small potential bug. In settings under option "Explanation for Users:" is nothing displayed after word "default:". Before there was default text. And I deleted the extension data, so there shouldn't be problem with update.
FomenkoAndrey
Registered User
Posts: 369
Joined: Thu Aug 19, 2010 10:44 am

Re: [DEV] Topic Tags

Post by FomenkoAndrey »

admin panel --> RH Topic Tags --> Settings
[phpBB Debug] PHP Notice: in file [ROOT]/ext/robertheim/topictags/language/ru/topictags_acp.php on line 121: Undefined index: ACP_RH_TOPICTAGS_EXP_FOR_USERS_DEFAULT
/language/ru=en
FomenkoAndrey
Registered User
Posts: 369
Joined: Thu Aug 19, 2010 10:44 am

Re: [DEV] Topic Tags

Post by FomenkoAndrey »

russian translation for 0.0.11-DEV
there https://github.com/Alecto/RU-phpbb-ext- ... RobertHeim
combuster
Registered User
Posts: 352
Joined: Sun Oct 26, 2008 11:58 pm

Re: [DEV] Topic Tags

Post by combuster »

hey FomenkoAndrey, it's fixed in master with this commit https://github.com/RobertHeim/phpbb-ext ... baea24ee77

Can you update ru translation and make a PR on github?
FomenkoAndrey
Registered User
Posts: 369
Joined: Thu Aug 19, 2010 10:44 am

Re: [DEV] Topic Tags

Post by FomenkoAndrey »

combuster wrote:Can you update ru translation
fixed and updated
Last edited by FomenkoAndrey on Wed Oct 08, 2014 4:11 pm, edited 1 time in total.
FomenkoAndrey
Registered User
Posts: 369
Joined: Thu Aug 19, 2010 10:44 am

Re: [DEV] Topic Tags

Post by FomenkoAndrey »

PR done, check plz
combuster
Registered User
Posts: 352
Joined: Sun Oct 26, 2008 11:58 pm

Re: [DEV] Topic Tags

Post by combuster »

Hey everbody,

I am working hard on this extension and there will be many new features soon! =)
For example those are almost done:
  • Fany UI for tags input (status)
  • list of all tags in ACP with option to delete, merge and rename the tags (status)
Stay tuned =)
Robert
FomenkoAndrey
Registered User
Posts: 369
Joined: Thu Aug 19, 2010 10:44 am

Re: [DEV] Topic Tags

Post by FomenkoAndrey »

Good news :)
FomenkoAndrey
Registered User
Posts: 369
Joined: Thu Aug 19, 2010 10:44 am

Re: [DEV] Topic Tags

Post by FomenkoAndrey »

awesome extension! something that has long lacked forums!
updated translation RU, now little test it and do PR.

in language files do not have a variable for the translation of this word
Image

tags consisting of Cyrillic characters disappear.
Is it possible to implement support for Cyrillic in the expansion?
combuster
Registered User
Posts: 352
Joined: Sun Oct 26, 2008 11:58 pm

Re: [DEV] Topic Tags

Post by combuster »

@FomenkoAndrey: Thank you for reporting, but - however - the master version is bleeding edge and not ready for usage - it may contain inconsistent states (e.g. when I run out of time during a programming-session and need to store the current development status). Please only report for released versions. Thanks =)

However, Cyrillic characters should work. Where do they disappear?
FomenkoAndrey
Registered User
Posts: 369
Joined: Thu Aug 19, 2010 10:44 am

Re: [DEV] Topic Tags

Post by FomenkoAndrey »

i create russian tag, in topic, for example "тест" - and nothing happen.
other people have problems with cirilic too.
combuster
Registered User
Posts: 352
Joined: Sun Oct 26, 2008 11:58 pm

Re: [DEV] Topic Tags

Post by combuster »

@FomenkoAndrey:
Thanks, I can confirm the bug and issued it: https://github.com/RobertHeim/phpbb-ext ... /issues/36
combuster
Registered User
Posts: 352
Joined: Sun Oct 26, 2008 11:58 pm

Re: [DEV] Topic Tags

Post by combuster »

FomenkoAndrey wrote:tags consisting of Cyrillic characters disappear.
It's fixed in master branch ;)
combuster
Registered User
Posts: 352
Joined: Sun Oct 26, 2008 11:58 pm

Re: [BETA] RH Topic Tags

Post by combuster »

Hi everybody!

Today, I am proud to anounce that we are going to BETA status!
You can find the new release in the first post! There you can see new and updated screenshots as well. 8-)

If you like it, consider that I spent a lot of time on this exention and you can support me by buying me a beer over my blog-page.

Release highlights:
  • fancy UI
  • tag suggestions based on existing tags
  • list of all tags in ACP with option to delete, merge and rename the tags
  • fixed a lot of bugs
Locked

Return to “Extensions in Development”