summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_crlmanager.php
Commit message (Collapse)AuthorAgeFilesLines
* Breadcrumb linksPhil Davis2017-02-111-0/+2
| | | | (cherry picked from commit edcd75357f0e93b124159314d3306197d5312e6c)
* Required fields for System pagesPhil Davis2017-01-301-6/+6
| | | | (cherry picked from commit 153c3aa61fe65c51d584a57c032a4805048e3062)
* Tidy up "<script>" tagsColin Fleming2017-01-131-1/+1
| | | | | | | | Tidy up <script> tags by adding TYPE attribute (https://doc.pfsense.org/index.php/Developer_Style_Guide#HTML_Specific_Rules) (cherry picked from commit 463456964709015d4b1c591aa4251c831a39c71d)
* Make appropriate success or danger boxes in system_crlmanagerPhil Davis2017-01-041-1/+6
| | | | | | When there is a problem, the messages should be in a "danger" box. Note: It is a bit difficult to actual get the danger messages to appear in the UI, because the relevant "delete" buttons are not shown in the UI when delete is not valid. But it can be tested by starting to edit a CRL that is in use, then change the "edit=" to "del=" in the URL bar and send it. (cherry picked from commit 61d1ca3e0ffb0fb6a397edb8ca5d88f039787140)
* Do not show certificates in drop-down list that are already contained in ↵skrude612016-09-211-1/+1
| | | | this CRL.
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Code style and commentsPhil Davis2016-08-161-1/+1
| | | | | | No functional change - just making style consistent (cherry picked from commit 9d3e8723171c727cf43338bd8e95ab2bb7e6a66c)
* Backport Remove input_errors2Ajax callsPhil Davis2016-07-201-6/+0
| | | | | | Original commit to master was https://github.com/pfsense/pfsense/commit/86d431a89d920f64dda5e7e1821f720daf6e067b
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-41/+39
|
* webgui tables, doubleclick event to perform 'edit' action, part 2PiBa-NL2016-07-041-1/+1
| | | | (cherry picked from commit 1c10ce9750f3702f433a91754f79e637e1c3369b)
* Update system_crlmanager.phpBBcan1772016-07-011-1/+1
| | | | Use of undefined constant min - assumed 'min' Use of undefined constant max - assumed 'max'
* Always use require_oncePhil Davis2016-06-271-1/+1
| | | | | | | | | The usage of require() and require_once() throughout the system is inconsistent, and "bugs" come up now and then when the order of "requires" is a bit different and some require() happens after the include file is already included/required. It seems to me that there is no harm at all in always using require_once().
* Revert "Merge pull request #2728 from phil-davis/form_button"Renato Botelho2016-03-151-1/+1
| | | | | This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversing changes made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.
* Internationalize Form_Button textPhil Davis2016-03-111-1/+1
| | | | | | The text of a Form_Button is not translated internally. Some Form_Button calls already had the button text enclosed in gettext(), this does it for the remaining ones.
* More icon/button inconsistencies. Ticket #5965jim-p2016-03-101-2/+4
|
* Change "internal" representation of CA on CA and CRL list to an icon, and ↵jim-p2016-03-081-2/+2
| | | | the inuse indicator on CRLs to an icon. Ticket #5965
* Correct some icon usage inconsistencies. Fixes #5965jim-p2016-03-081-14/+8
|
* Add Actions column heading for CRL ManagerPhil Davis2016-03-081-1/+1
| | | To be consistent with everywhere else that has a heading for the Actions column.
* Merge pull request #2637 from k-paulius/patch-6Stephen Beaver2016-02-141-2/+5
|\
| * Indicate in the breadcrumb if we are editing list item.k-paulius2016-02-141-2/+5
| |
* | Review alert wording. End sentence with period, remove redundant 'Warning', ↵k-paulius2016-02-141-6/+6
|/ | | | 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.
* Synchronize page title with tab titlek-paulius2016-02-121-1/+1
|
* Convert section titles to title casek-paulius2016-02-101-2/+2
|
* Internationalization of various system*.phpPhil Davis2016-02-031-5/+5
|
* Fix minor typos and correct code standardsNewEraCracker2016-01-061-1/+1
|
* system_crlmanager dodgy else statementPhil Davis2015-12-171-41/+44
| | | The "else" that was at line 550 should enclose the whole block of code below it. The "if" handles the case "No Certificates Found for this CA." and all the code below the else should only happen when there are certificates found.
* Code style System CertificatesPhil Davis2015-12-171-25/+41
|
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-3/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Standardize Certificate Manager breadcrumbsPhil Davis2015-12-071-1/+1
|
* Added use of class autoloading (GUI stuff only)Doug Wollison2015-11-231-2/+0
| | | | | Any GUI script that loads the guiconfig.inc file will have access to the autoloader.
* Ticket #5471 partial convert to font-awesome fontsJared Dillard2015-11-171-1/+1
|
* Copyright and license cleanupRenato Botelho2015-11-091-2/+0
| | | | | | - Remove personal copyright from people who assigned it to employer (ESF) - Remove $Id$ - Remove extra spaces
* Completed #5333Stephen Beaver2015-10-221-1/+0
|
* fix #5059Jared Dillard2015-09-021-1/+1
|
* Merge pull request #1853 from PiBa-NL/bootstrap_fix1jim-p2015-09-021-1/+1
|\
| * bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
| |
* | fix textChris Buechler2015-09-011-2/+2
| |
* | remove stray quoteChris Buechler2015-09-011-1/+1
|/
* "Serial" field min now set to '0' to avoid validation error.Stephen Beaver2015-08-271-119/+146
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-388/+367
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+722
OpenPOWER on IntegriCloud