Skip to content


Closed Ajouter les informations manquantes concernant l'identité sur les rapports
retired / lima #369 · created by Eric Chatellier
Les informations supplémentaires à afficher sont Adresse, Code postal, Ville, Téléphone, Siret *(from redmine issue 1271 created on 2015-07-29, closed on 2015-11-30)*
updated
Open Add support to authenticate user with cookie
chorem / bow #116 · created by Eric Chatellier
To prevent need to permanent token, user can ask bow to add cookie with WikittyToken. While user don't use logout button, WikittyToken is valid and user is automagicaly authentified. If user logout, ...
updated
Open Add menu to show all bookmark with Authentication
chorem / bow #115 · created by Eric Chatellier
*(from redmine issue 1278 created on 2015-08-06)*
updated
Open Tools to manage similar tags
chorem / bow #114 · created by Eric Chatellier
It could be useful to display a list of the similar tags or a search of alls tags similar to a search criteria. When similar tags are found, user could be proposed to merge all the bookmarks to only ...
updated
Closed Create shell script to generate password as bookmarklet to use in command line
chorem / bow #113 · created by Eric Chatellier
Bookmarklet permit password generation but it's more confortable if we can have same thing in shell script to regenerate password on command line BowPwd.sh [domain [passwd]] Script is downloaded f...
updated
Closed add new parameter to addUrl: forceEdit and redirectLink
chorem / bow #112 · created by Eric Chatellier
this new paremeters are useful when add bookmark with scriptlet * forceEdit: force to go to edit mode during add link process (not just save the link) * redirectLink: force to go to link after ad...
updated
Closed add support for more complexe query for fulltext bookmark search
chorem / bow #111 · created by Eric Chatellier
We want to support something like: easy tag:java NOT tag:lib after:01/01/01 before:31/12/2002 easy must be somewhere (tag, description, link, ...) bookmark must be has tag 'java' but not 'lib' boo...
updated
Closed add support to share with user without bow login
chorem / bow #110 · created by Eric Chatellier
For easy share some bookmark with people without Bow account. Permit to bow user to create pseudo user (only visible for us) and share some bookmarks with those pseudo user. For that juste add tag '#'...
updated
Closed add markdown processor to process bookmark description
chorem / bow #109 · created by Eric Chatellier
For better presentation description must be parsed by markdown processor, and HTML generated used as description. *(from redmine issue 1272 created on 2015-07-30, closed on 2015-07-30)*
updated
Closed the user must configure the atom stream to not receive its own links
chorem / bow #108 · created by Eric Chatellier
Add a new user preference to exclude all the current user links *(from redmine issue 1270 created on 2015-07-24, closed on 2015-07-30)*
updated
Closed JdbcSQLException during sync engin
retired / wikitty #254 · created by Tony Chemit
With calling method "syncEngine()", calling method @WikittyStorageJDBC.getDataStatistic()@ throw following exception:
org.h2.jdbc.JdbcSQLException: No data is available [2000-127]
	at org.h2.message...
updated
Closed remove tree method in WikittyService and replace them with one method findTreeNode
retired / wikitty #133 · created by Tony Chemit
Actuellement on a des methodes sur les services qui retournent des arbres avec des objets wikitty. Il faut supprimer ces methodes et les remplacer par une seul methode: public TreeNodeResult fi...
updated
Closed Rewrite solr indexer to minimize solr server call
retired / wikitty #132 · created by Tony Chemit
Actuellement il existe deux types d'indexation pour les arbres (sur les Node ou sur les attachment). Après reflexion, il faut fussionner les deux pour optimiser les recherches et permettre tout type d...
updated
Closed move WikittyServerStart from Hessian server module to api module
retired / wikitty #131 · created by Tony Chemit
With factory WikittyServerStart is technologie free and can be mutualizede in api module *(from redmine issue 1276 created on 2011-01-31, closed on 2011-01-31)*
updated
Closed Plain text search bug when using capitalized letters and wildcards
retired / wikitty #130 · created by Tony Chemit
I am looking for the word Java I find it using : * Java * jav* * ja* * j* * * I do not find it although I should using : * Jav* * Ja* * J* *(from redmine issue 1272 created on 2011-01-28, closed o...
updated
Open Pouvoir accéder a certains services sans être connecté
retired / jredmine #11 · created by Tony Chemit
Permettre d'accéder à certains services sans être connecté. Par exemple, toutes les méthodes getXxx(). Si possible, positionner les autorisations en fonction des permissions redmine. *(from redmine...
updated
Closed Remove deprecated api
nuiton / processor #20 · created by Tony Chemit
Will remove those classes :
nuiton-processor/src/main/java/org/nuiton/processor/LicenseProcessor.java
nuiton-processor/src/main/java/org/nuiton/processor/filters/LicenseFilter.java
nuiton-processor/s...
updated
Closed beginTransaction can open hibernate session without closing them if problem occurs
nuiton / topia #176 · created by Tony Chemit
In method begintransaction of TopiaContextImpl, we catch nothing so if the transaction can not begin after having opened a hibernate session, we keep this session for nothing... Moreover, hibernate t...
updated
Closed Add usefull method in JavaGeneratorUtil to deal with generics
nuiton / eugene #133 · created by Tony Chemit
Add methods to split generics, join them and spli fqns *(from redmine issue 1273 created on 2011-01-29, closed on 2011-01-29)*
updated
Closed Improve parserJava performance
nuiton / i18n #66 · created by Tony Chemit
Usage of I18nFilter becomes too heavy while we detect now also the *l_(* patterns. We will use now a simple regex instead of processor to detect i18n keys *(from redmine issue 1275 created on 2011-01...
updated