Chris Morgan
a413175e40
Improve search results by seeing if any of the search words match a vendor
...
name or a vendor url. If so we should return all of the vendors applications
in our search results.
2005-06-14 19:38:36 +00:00
Chris Morgan
bce26361f3
Trim spaces from the begining and end of the search string so we don't miss
...
some 'like' matches.
2005-06-14 16:25:20 +00:00
Chris Morgan
97513244c4
Admin app queue page was only displaying like matches for a submitted app.
...
Factor like and fuzzy searches out in to a function and call that function
from normal search and from the app queue page so admins see fuzzy matches
for submitted apps.
2005-06-08 00:35:30 +00:00
Chris Morgan
55971e8f8b
Factor ~80 lines of code that were present in both editAppFamily.php and
...
editAppVersion.php into a new function in util.php.
2005-06-05 18:41:47 +00:00
Chris Morgan
1022d47451
Make fuzzy matches use case insensitive strings to improve match accuracy.
2005-06-03 23:41:16 +00:00
Chris Morgan
5c1f7f7948
Fix urls in version and application search result display functions so the
...
urls work from any directory, not just the appdb root directory.
2005-06-03 23:36:27 +00:00
Chris Morgan
717ebf0f5e
Add fuzzy matching using php's similar_text. Default to using 60% minimum
...
match. Show fuzzy matches below the 'like matches' table so users can tell
the results apart. Exclude like matches from fuzzy match results to avoid
duplicate results.
2005-06-03 04:37:40 +00:00
Chris Morgan
1bde8ef22a
When processing a new version, display a list of the applications existing
...
versions so its easy to determine if the version submission is a duplicate or
is covered by a group entry such as '1.X'.
2005-05-20 02:45:55 +00:00
Chris Morgan
5f6053ab41
When processing an application automatically perform a search of the
...
database for the application name and display a table at the top of the
page. This makes it easier to determine if the submission is a duplicate. Remove
obsolete comments for admins. Add a 'back' link to the top of the page
to make it easier to go back without scrolling to the bottom of the page.
2005-05-14 00:42:25 +00:00
Chris Morgan
012fbdf264
Build top-X lists from a function call that will use the highest
...
voted apps for the list and fill the rest of the list in with applications
that have screenshots. Don't mention a blank top application if there are no
votes recorded and no top application.CVS:
----------------------------------------------------------------------
2005-05-12 23:49:30 +00:00
Chris Morgan
13b1a42bf9
Report queued versions as well as queued apps in the admin sidebar. Ensure that we
...
don't count the version that is implicitly queued due to an application being queued.
2005-05-05 02:52:51 +00:00
Jonathan Ernst
25f3f01412
- display the submit time correctly in admin panels
...
- display the submitter correctly in admin panels
2005-02-20 01:55:53 +00:00
Jonathan Ernst
7b12f89abf
- improve application and related classes
...
- use application/version/vendor class in scripts
- don't use a full table for queued appication but only one field in the application and version tables
- simplify the code in many places
2005-02-07 23:21:33 +00:00
Tony Lambregts
fc4f7db66a
Show the number of individual maintainers on the stats page
2005-01-23 16:59:09 +00:00
Paul van Schayck
79c96554d6
Escape quotes properly
2005-01-19 16:53:07 +00:00
Tony Lambregts
147f689b73
Fix up selects for Maintainer Rating and Versions to return " " when Choose.. is selected.
2005-01-19 04:59:27 +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
Jonathan Ernst
bb146a0106
- deleted closedb(), openbugzilladb(), closebugzilladb() which are not used anymore
...
- make make_bugzilla_version_list() use the new query_bugzilladb() function
2005-01-12 02:44:49 +00:00
Jonathan Ernst
ee28390769
Replaced mysql_query() with query_appdb()
2005-01-11 00:26:05 +00:00
Tony Lambregts
1d26c64a9a
Add notify messages to editAppFamily
2005-01-08 18:28:32 +00:00
Jonathan Ernst
daff4fdf81
Remove unused functions in include/util.php
2005-01-08 18:23:37 +00:00
Tony Lambregts
c7beb30195
Implement Maintainer ratings.
2005-01-04 19:37:49 +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
ca749d32d9
make use of the new constants of the config file for db connection and base path
2004-12-23 01:12:03 +00:00
Jonathan Ernst
a8ba02e76d
Implemented the user friendly screenshot submitting feature
2004-12-18 06:06:46 +00:00
Tony Lambregts
dca5a408cb
Integrate APPDB with Bugzilla to use the versions table from Bugzilla.
2004-12-13 03:50:11 +00:00
Jonathan Ernst
bd91db228c
- 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:07:45 +00:00
Tony Lambregts
4690a9c04a
Show the number of maintainers on the administrators menu
2004-12-08 03:46:38 +00:00
Chris Morgan
8ccc06ba4b
Add a statistics page that displays the number of users, active users, comments and applications.
2004-12-01 22:26:50 +00:00
Jeremy Newman
1ab777e7b5
bug, duplicate code
2004-11-09 22:51:38 +00:00
Chris Morgan
c81eebd949
add support for application maintainers
2004-11-09 22:41:18 +00:00
Chris Morgan
4ffd2190bf
Show the number of applications that are in the submission queue next to the
...
"View app queue" link so admins don't have to view the queue to see if there
is anything that needs to be processed.
2004-11-09 22:33:54 +00:00
Jeremy Newman
8f28ae10c4
Initial revision
2004-03-15 16:22:00 +00:00