Home
Contact Us
News
Links
Site Map
Recent Forum Topics
URGENT - Phishing hacked into Bibtex
(4)
Serious problem - paging
(6)
Order by first author last name
(0)
When relese joomla 1.5 compatibile ?
(0)
ability to link to certain authors
(3)
BibTex: posibility to insert images?
(1)
Not display Type field and Links field
(4)
where to download bibtex?
(1)
Wishlist for next release
(4)
Problem with apostrophe
(5)
...
Home
News
Joomla Extensions
Research
Programming
Graphic Design
Me
Forum
Downloads
Gallery
What I Don't Know Wiki
Search
Links
Contact Me
Bibliography
Administrator
Login
Username
Password
Remember me
Lost Password?
No account yet?
Register
Who's Online
Google
Home
Programming
Joomla Extensions
Wishlist for next release
Enter your search terms
Submit search form
Discussion Forum
July 04, 2008, 07:11:29 AM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
: SMF - Just Installed!
Home
Help
Search
Login
Register
Discussion Forum
>
Programming
>
Joomla Extensions
>
Wishlist for next release
Pages: [
1
]
« previous
next »
Print
Author
Topic: Wishlist for next release (Read 884 times)
karthik085
Newbie
Posts: 8
Wishlist for next release
«
on:
December 05, 2007, 09:32:39 PM »
Hi,
Here are some of the wish list for the next major release:
* Batch Operations: Uploading multiple files
I recently had this problem - I was trying to add big list of references - I was limited by php execution time of a script & no access to change the same in php.ini file. So, I had to break the big list into smaller pieces and add one by one. Uploading multiple files might make things a lot easier.
*Support for Other input formats like xml or ris.
Though bibtex is one of the popular formats - there are many other formats which are even more popular like xml. Support for those will be nice.
This can be done two ways:
a) With Existing Solution: Use tools like bibutils to convert xml -> bibtex and reuse the existing code to parse and add it to database.
b) New Solution: Native Support for xml & ris - although this might require parsing and validating....which can be a big pain.
I was able to get an xml converted to bibtex and add it to the database using first option with very little work - clearly defined & modular bibtex component code helped me a lot :-)
*Support for different types of users:
Currently, there is an option that lets you choose whether an user can edit or not. On top of that, can there be a category of joomla users who can do what operations? Joomla already has different type of users - it can follow that.
I am willing to work on some of these ones - if Mark intends to do it. Let me know. Thanks.
Logged
Mark Austin
Administrator
Jr. Member
Posts: 97
Re: Wishlist for next release
«
Reply #1 on:
December 06, 2007, 10:14:30 AM »
Those are all good suggestions, and perfectly reasonable to implement. However I am far too busy with my thesis at the moment to spend much time on this component. If you would find these additions useful, you are more than welcome to work on them, and I will be happy to answer any questions you have as best can. If you are able to implement any of these ideas I am sure others would be interested and I would happily host any customised version that you create.
Logged
karthik085
Newbie
Posts: 8
Re: Wishlist for next release
«
Reply #2 on:
December 06, 2007, 03:29:44 PM »
No problem. I am very new to Joomla development - so, it will be a while before I understand how I can use existing core classes. I will keep you updated.
Logged
Franka
Newbie
Posts: 21
Re: Wishlist for next release
«
Reply #3 on:
February 22, 2008, 06:28:38 PM »
This is a good basic product needing some minor tweaking bells and whistles could be useful but better to get all the functionality tightened up.
Particular being able to limit adding to registered editors or above. But also choosing a user group for downloads of the Bibtex string too.
One problem I have found with many Joomla solutions is that assume low volumes of data and put an entire query result into memory. I hope I don't hit that one here as I will be adding upwards of 20,000 records.
It would be nice to have a tight Joomla! 1.0 version before the 1.5 - it is likely then to be the standard bibliography tool for Joomla!.
I saw someone mention of a problem with some characters, any Eastern European character can cause problems in Joomla! and the data needs to be stored in a UTF-8 database as RAW.
Apstrophe problem is important too.
«
Last Edit: February 22, 2008, 06:30:14 PM by Franka
»
Logged
Franka
Newbie
Posts: 21
Re: Wishlist for next release
«
Reply #4 on:
February 27, 2008, 06:28:22 PM »
Ability to order or search the back end would be very useful as finding things in the back is not easy.
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> General Discussion
-----------------------------
Programming
-----------------------------
=> Joomla Extensions
=> Help with downloaded scripts
Loading...
© 2008 Everything That I Know About