Commit Graph

19 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
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
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
Tony Lambregts
cbfef68f96 Fix spelling of 'New' 2005-01-22 01:39:22 +00:00
Jonathan Ernst
aba584ff93 fix a typo (mesage -> message) 2005-01-19 04:58:12 +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
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
3d587b2f9c Remove include/qclass.php includes 2005-01-10 22:18:43 +00:00
Paul van Schayck
2221455c48 Security fixes. Use include/db.php 2005-01-06 16:47:52 +00:00
Tony Lambregts
c7beb30195 Implement Maintainer ratings. 2005-01-04 19:37:49 +00:00
Chris Morgan
77a038d4f9 Remove isMaintainer() and isSuperMaintainer and instead use the user
classes is_maintainer() and is_super_maintainer.
2004-12-19 19:30:27 +00:00
Jonathan Ernst
dd61058e60 - replaced global vars with superglobals equivalent 2004-12-14 02:35:16 +00:00
Jonathan Ernst
d3d9e853d9 - replaced tons of tabs with spaces
- replaced <? with <?php for compatibility sake (see TODO and CODING_STANDARD to know more)
- improved overall code lisibility
2004-12-12 03:51:51 +00:00
Jonathan Ernst
9d5d61fbc7 - access most globals by their $_XYZ['varname'] name
- fix some code errors and typos (missing $ in front of variable names and so on)
- fixed a lot of warnings that would have been thrown when error_reporting
  is set to show notices (if(isset($variable))) instead of if($variable) for
  example)
2004-12-10 01:11:40 +00:00
Tony Lambregts
39a1a8c0d2 Fix spelling of appview.php in notify emails. 2004-12-08 03:03:05 +00:00
Tony Lambregts
b1b785fd04 Allow Maintainers to edit Application version. Send out email indicating what they changed. 2004-11-17 23:02:07 +00:00
Jeremy Newman
8f28ae10c4 Initial revision 2004-03-15 16:22:00 +00:00