Commit Graph

232 Commits

Author SHA1 Message Date
Jonathan Ernst
f2258e7ee5 - use htmlarea for editing app description and notes
- special stylesheet for application description and notes
- function to display summary of description with html stripping
2005-02-02 02:38:20 +00:00
Jonathan Ernst
da42397711 - drop version specific keywords
- drop version specific url
- let user add links for versions (installation, support, whatever)
- use application description and version description to display version description
- don't provide a link in the cat_path to go in the same page we already are
- various html improvement and fixes in modified lines
2005-02-02 00:35:49 +00:00
Jonathan Ernst
7ce5895681 - fix notifications
- improves notifications
2005-02-02 00:14:01 +00:00
Jonathan Ernst
a4af9763fc replace debugging() with new $_SESSION['current']->showDebuggingInfos() 2005-01-31 01:41:10 +00:00
Jonathan Ernst
9d3ada474c - delete unused script 2005-01-30 23:14:14 +00:00
Jonathan Ernst
2083bf521b - OO version of user class
- no more duplicated functions
- improved performances (much less duplicated mysql queries)
- less code and better error handling
2005-01-30 23:12:48 +00:00
Jonathan Ernst
758810bd5e Fixed a typo in editappversion.php 2005-01-30 02:50:46 +00:00
Jonathan Ernst
72e92ddcc3 - remove duplicated links to add a new application
- remove unused script
2005-01-30 02:44:26 +00:00
Jonathan Ernst
0a839e359a - use mail_appdb() instead of mail() for better error handling and to avoid code duplication
- use \r\n as line separator in mail (RFC compliant)
2005-01-30 00:57:34 +00:00
Jonathan Ernst
805dab06ac - fix version deletion
- redirect in the correct page when something is deleted
2005-01-29 17:17:32 +00:00
Jonathan Ernst
b0f33ca160 Remove duplicated links to add a new version
Remove unused script
2005-01-29 17:09:27 +00:00
Jonathan Ernst
8bc52cfe63 Replace <? with <?php
Use registered global vars
2005-01-29 00:53:29 +00:00
Jonathan Ernst
608e172c49 Use registered globals for checking if the description was changed 2005-01-29 00:49:21 +00:00
Francois Gouget
a8f2cd5865 Assorted spelling and typo fixes 2005-01-29 00:43:41 +00:00
Jonathan Ernst
5ae2e32b1e * increase timelimit when regenerating images. 2005-01-27 16:59:27 +00:00
Jonathan Ernst
d5a50ecec4 * new screenshot and image classes 2005-01-27 15:42:53 +00:00
Tony Lambregts
cbfef68f96 Fix spelling of 'New' 2005-01-22 01:39:22 +00:00
Tony Lambregts
9f4afedc20 Fix case of appName causing notify messages to always indicate that the name
was changed
2005-01-22 01:38:14 +00:00
Jonathan Ernst
aba584ff93 fix a typo (mesage -> message) 2005-01-19 04:58:12 +00:00
Jonathan Ernst
bdc488f26f remove admin/index.php 2005-01-17 04:46:58 +00:00
Jonathan Ernst
791bac8e09 make it possible to add/remove administrators 2005-01-17 04:30:39 +00:00
Jonathan Ernst
f093a01229 add a user management panel for administrators 2005-01-16 02:04:03 +00:00
Jonathan Ernst
caf91fded2 remove all mysql_error() instances as errors are handled by query_appdb() 2005-01-14 05:34:25 +00:00
Jonathan Ernst
c233396669 screenshots in the queue were not displayed 2005-01-14 05:33:25 +00:00
Tony Lambregts
571aa478f6 Use Bcc: For notifies in edit notes 2005-01-14 05:30:26 +00:00
Tony Lambregts
16bb7584e5 Tighten up security on add notes 2005-01-14 05:29:45 +00:00
Jonathan Ernst
d3ad0dba41 - replaced mysql_query() with query_appdb()
- removed opendb()
- removed query_userdb()
- removed error handling from the code as it is done with query_appdb()
2005-01-12 16:22:55 +00:00
Tony Lambregts
04f73a01c3 Fix up notify when editing Application Family 2005-01-11 02:08:22 +00:00
Jonathan Ernst
d9826427da This patch make email address the user's username as requested in the TODO.
query_users.php is modified even if we will drop it in the future to be sure it works everywhere.
2005-01-10 22:54:04 +00:00
Paul van Schayck
6b039f82ce Remove old user management, add making a new one to the todo list 2005-01-10 22:27:42 +00:00
Paul van Schayck
3d587b2f9c Remove include/qclass.php includes 2005-01-10 22:18:43 +00:00
Francois Gouget
8fab7880b4 Assorted spelling fixes.
Small wording tweaks.
Capitalize Wine when referring to the project.
2005-01-10 22:15:44 +00:00
Tony Lambregts
0bf5729a88 Security fix in adminAppQueue.php 2005-01-10 22:10:41 +00:00
Jonathan Ernst
840043ed16 Remove unused functions from admin/index.php 2005-01-08 18:30:18 +00:00
Tony Lambregts
1d26c64a9a Add notify messages to editAppFamily 2005-01-08 18:28:32 +00:00
Paul van Schayck
2221455c48 Security fixes. Use include/db.php 2005-01-06 16:47:52 +00:00
Paul van Schayck
c28339d683 Add 'else' to make addmsg messages show after a redirect 2005-01-05 05:30:23 +00:00
Tony Lambregts
c7beb30195 Implement Maintainer ratings. 2005-01-04 19:37:49 +00:00
Paul van Schayck
72150edc80 - Convert to superglobals
- Use include/db.php
- Variable naming
- Misc fixes
2005-01-02 16:51:48 +00:00
Tony Lambregts
4e7d079a21 Sort vendors by name 2005-01-02 16:44:10 +00:00
Tony Lambregts
1d73be2cad Fix up editing of vendors. Don't allow vendors with attached apps to be
deleted.
2005-01-02 00:48:39 +00:00
Tony Lambregts
a91e608c63 Fix up notify when adding note. 2005-01-01 17:27:24 +00:00
Paul van Schayck
7fb5a034c4 Remove appOwners code. We're now using mantainers 2004-12-31 00:30:00 +00:00
Eric Blade
ffeeaef807 Clean up HTML and PHP, remove extranious checks for loggedin() 2004-12-29 20:21:31 +00:00
Paul van Schayck
9fac8bc853 - Use super globals
- Use include/db.php (including the new query compile function)
- Better input checking
- Cleanup
- Use the new variable naming
2004-12-29 18:49:19 +00:00
Paul van Schayck
75728a4859 Use super globals. Better input checking. 2004-12-29 03:47:48 +00:00
Jonathan Ernst
d451aeb595 - use superglobals in adminMaintainers.php
- replace mysql_query with query_appdb in adminMaintainers.php
2004-12-29 03:46:19 +00:00
Jonathan Ernst
844babf8a0 - adds a panel for administrating vendors
- removed corresponding TODO entry
2004-12-29 03:44:17 +00:00
Jonathan Ernst
5cea0f68f3 - use superglobals instead of registered parameter vars
- move functions to include/category.php, include/application.php
2004-12-25 20:03:34 +00:00
Jonathan Ernst
52437f5f30 - use queued screenshot directory instead of mysql to store queued data
- use the config file to determine thumbnail size
2004-12-23 01:13:26 +00:00