Revisions for whups/runquery.php

Location: [ Horde ] / whups / runquery.php View: Logs | Branches | Statistics
Search Revisions:
Show diffs between and
Show Differences shows diffs to the previous revision. If you select a revision by clicking its row, Show Differences will show the differences to the selected row.
 
  Revision Date Author Log Message
1.49 (+1 -1 lines) 07/10/2008 12:22 PM Jan Schneider jan

Reorganize query scripts to allow pretty urls.

1.48 (+16 -9 lines) 07/10/2008 11:49 AM Jan Schneider jan

Add query slugs. Reordering scripts for rewrite support in a minute.

1.47 (+2 -2 lines) 06/24/2008 06:25 PM Jan Schneider jan

Limit Robert's copyright to the years of his contributions. We should really find him.

Tags: WHUPS_1_0_RC1

1.46 (+4 -5 lines) 03/04/2008 04:50 PM Chuck Hagenbuch chuck

Show the name of the query being executed (if any)

1.45 (+3 -2 lines) 02/19/2008 12:25 AM Chuck Hagenbuch chuck

[cjh] Combine Type and Category selects in search form (php@ideacode.com,
Request #4928).

Greatly simplifies a few things, too.

1.44 (+2 -2 lines) 01/02/2008 06:14 AM Jan Schneider jan

Happy New Year

1.43 (+2 -2 lines) 12/08/2007 12:15 PM Michael Rubinsky mrubinsk

Move classes from queryrenderer.inc template to Horde_Form_Renderer_*
classed in lib/

1.42 (+8 -4 lines) 12/07/2007 01:44 PM Michael Rubinsky mrubinsk

Another place to use the Result view.

1.41 (+2 -2 lines) 06/27/2007 01:24 PM Jan Schneider jan

Bump year, looks like a missed a few last time.

1.40 (+2 -2 lines) 06/24/2007 12:57 PM Chuck Hagenbuch chuck

Missed this variable

1.39 (+5 -5 lines) 06/15/2007 10:48 AM Chuck Hagenbuch chuck

Always use $_SESSION['whups'] as the container for our session data.

1.38 (+11 -9 lines) 01/17/2007 09:38 PM Chuck Hagenbuch chuck

Move query data to a dedicated table, just use shares to manage query
permissions.

1.37 (+2 -2 lines) 01/02/2007 07:49 AM Jan Schneider jan

Happy New Year

1.36 (+4 -2 lines) 01/01/2007 07:42 PM Jan Schneider jan

Assign copyright to The Horde Project for those copyright holders that already agreed to it.

1.35 (+8 -8 lines) 06/23/2006 12:18 AM Chuck Hagenbuch chuck

- remove unnecessary singleton
- block ticket search results are now dynamically sortable
- remove some unused constants

1.34 (+3 -3 lines) 01/01/2006 04:12 PM Jan Schneider jan

Happy new year\!

1.33 (+8 -9 lines) 08/23/2005 03:37 PM Jan Schneider jan

These uppercase variable names always annoyed me.

1.32 (+4 -3 lines) 07/24/2005 11:22 PM Chuck Hagenbuch chuck

[cjh] Add a link to return to the list of search results, along with the
previous/next links (Bug #1751).
[cjh] Fix the Quicksearch links.

1.31 (+2 -3 lines) 05/11/2005 05:42 PM Chuck Hagenbuch chuck

Fix a bunch of places where we were either unnecessarily calling
isValid() in addition to validate(), or where we weren't checking
validate() at all.

1.30 (+15 -20 lines) 03/19/2005 10:02 PM Chuck Hagenbuch chuck

[cjh] Queries are stored as Horde_Share objects with full permissions.
(Bug #1481).
[cjh] Delete queue permissions when deleting a queue (Bug #1462).

1.29 (+22 -19 lines) 02/11/2005 05:09 PM Chuck Hagenbuch chuck

[cjh] Queries can now be deleted (Bug #1193).

1.28 (+2 -3 lines) 01/20/2005 06:19 AM Jan Schneider jan

Don't reset $whups_query, if we want to use $_SESSION['whups_query'] later. If
register_globals is on, these are the same variable.
Also, exit after sending Location: header.

1.27 (+3 -3 lines) 01/03/2005 09:35 AM Jan Schneider jan

Happy New Year

1.26 (+10 -8 lines) 12/18/2004 08:33 PM Chuck Hagenbuch chuck

[cjh] Allow inserting explicit Type filters into Query Builder queries
(Bug: #434).

- also note some brokenness with some of the text operators, fix
another for pgsql, disable one that doesn't seem to useful (case
sensitive text matching?), and reorganize the query display pages a
bunch.

1.25 (+2 -1 lines) 11/03/2004 03:42 PM Chuck Hagenbuch chuck

On second thought, better not to pollute common-header.inc with the menu.

1.24 (+1 -2 lines) 11/03/2004 03:30 PM Chuck Hagenbuch chuck

Use new <ul> menu. Consolidates things even a bit more.

1.23 (+6 -5 lines) 10/29/2004 11:50 AM Chuck Hagenbuch chuck

Apps using Horde_UI_Tabs should call Horde::applicationUrl() on their own. Makes javascript: urls much simpler to handle, etc.

1.22 (+2 -2 lines) 10/18/2004 08:46 PM Chuck Hagenbuch chuck

Registry::getParam() -> Registry::get().

1.21 (+3 -4 lines) 07/06/2004 11:43 AM Chuck Hagenbuch chuck

More progress, cleanup, slimming, and updates. This is getting closer
to finished, but still isn't really tested. Need to get it into CVS so
I can hack at it on other machines, though.

1.20 (+5 -5 lines) 04/27/2004 04:27 PM Chuck Hagenbuch chuck

Add a list of a user's saved queries on the search and mybugs pages -
should include links to edit/delete them too, eventually; right now
it just runs them.

1.19 (+12 -12 lines) 04/23/2004 03:15 PM Chuck Hagenbuch chuck

References, wrapping, etc.

1.18 (+6 -8 lines) 04/23/2004 03:13 PM Chuck Hagenbuch chuck

Make sure tabs that aren't active don't look active; small cleanups.

1.17 (+3 -3 lines) 04/23/2004 03:09 PM Chuck Hagenbuch chuck

Fix varname typo

1.16 (+2 -2 lines) 04/07/2004 10:43 AM Chuck Hagenbuch chuck

No more HORDE_LIBS.

1.15 (+3 -3 lines) 02/26/2004 08:02 AM eraserhd

* Use Variables::getDefaultVariables() instead of Horde_Form::getDefaultVars()
* Delete Horde_Form::getDefaultVars()
* Make sure that appropriate files require 'Horde/Variables.php'

1.14 (+4 -4 lines) 02/25/2004 11:19 PM eraserhd

* Delete Horde_Form_Vars::, use Variables:: instead.
* Delete Horde_Form_Renderer_rows::, was only used by Hermes and depends on
Horde_Form_Vars:: cruft.

1.13 (+4 -2 lines) 02/25/2004 02:12 PM eraserhd

* Use Variables:: instead of Horde_Form_Vars:: in UI widgets.

1.12 (+3 -3 lines) 02/22/2004 12:12 AM eraserhd

* Add $vars and $config parameters to widget constructor.
* Update Horde_UI_Widget:: and derived classes to use a Horde_Form_Vars:: to
access the variable space.

1.11 (+2 -2 lines) 01/17/2004 05:57 PM Jan Schneider jan

All footers look the same, so why not use only one.

1.10 (+3 -3 lines) 01/01/2004 11:17 AM Jan Schneider jan

Happy new year everyone.

1.9 (+6 -6 lines) 11/14/2003 11:12 AM Chuck Hagenbuch chuck

Add the Horde_UI package, with the Horde_UI_Tabs class replacing the
Actions class in Whups, and now available to other Horde apps.

("Jason M. Felice" <jfelice@cronosys.com>)

1.8 (+5 -5 lines) 09/16/2003 07:08 PM Jan Schneider jan

Use the new Util:: class.

1.7 (+2 -2 lines) 09/06/2003 09:08 AM Jan Schneider jan

copyright year

1.6 (+2 -2 lines) 05/23/2003 09:21 AM Chuck Hagenbuch chuck

Another batch of menu.php -> ::menu() changes.

1.5 (+2 -2 lines) 04/26/2003 08:28 PM Chuck Hagenbuch chuck

Fix license URL.

1.4 (+2 -2 lines) 01/29/2003 12:29 PM Chuck Hagenbuch chuck

Use $whups instead of $backend to avoid potential naming clashes
between apps (at least, make them much less likely).

1.3 (+2 -2 lines) 01/08/2003 01:52 PM Chuck Hagenbuch chuck

elseif cleanup

Submitted by: Marko <marko@oblo.com>

1.2 (+2 -2 lines) 01/03/2003 07:47 AM Jan Schneider jan

Bump year.

1.1 11/23/2002 05:34 PM rec

Added parameterised queries
Split the execute query function into it's own page (runquery.php) - this
can take a query= getvar naming a query to load and execute
Fix the sql query driver to allow searches on more than one attribute or
comment by joining into the other tables more than once