Commit Graph

2283 Commits

Author SHA1 Message Date
FusionPBX 0cc12aac52
Allow : in the text pattern 2024-08-29 22:38:17 -06:00
FusionPBX a0cd465052
Allow ? and = for the text pattern
Required for Account Settings link
2024-08-29 22:29:04 -06:00
FusionPBX c474b1a59b
Update the dashboard settings 2024-08-29 22:15:55 -06:00
FusionPBX cc145b1554
Update app_languages.php
Fix the syntax
2024-08-29 10:42:35 -06:00
NorwayFun 56704d419f
Localizaton: Finishing remaining files for Georgian (#7112) 2024-08-29 04:20:23 -06:00
FusionPBX e0ed81a5ba
Re-use the Database connection 2024-08-29 03:35:38 -06:00
FusionPBX 9347d682bf
Update user settings
Re-use the database connection
2024-08-29 03:10:28 -06:00
FusionPBX 15d616f949
Update domain_edit.php
Re-use the database connection
2024-08-29 02:44:59 -06:00
FusionPBX 83c286c513
Update menu_item_edit.php
Re-use the database connection
2024-08-29 02:40:43 -06:00
FusionPBX 34661e9dc7
Update app_languages.php 2024-08-29 02:07:19 -06:00
FusionPBX 032b6fca3e
Update translations 2024-08-29 01:57:18 -06:00
FusionPBX 54484dedd5
Update dashboard content widget 2024-08-28 12:57:27 -06:00
FusionPBX af15a8e5bc
Update dashboard_edit.php
Sanitize the data before being added to the database
2024-08-28 12:17:22 -06:00
FusionPBX a81cbe4db2
Allow line feeds in the text 2024-08-28 12:16:22 -06:00
FusionPBX 16658e5114
Update the dashboard
Sanitize the data from the dashboard
Use tabs instead of space indentation
2024-08-28 11:30:04 -06:00
NorwayFun aabc2f33a8
Localization: Add full support for Georgian language (#7110)
* Translating apps to Georgian

* Translating apps to Georgian

* Translating more apps to Georgian

* Translating more apps to Georgian

* Translating more apps to Georgian

* Translating more apps to Georgian

* Translating more apps to Georgian

* Translating theme to Georgian

* Translating core to Georgian

* Translating core to Georgian

* Translating core to Georgian by Marie

* Translating core to Georgian

* Translating resources to Georgian by Marie

* Translating core to Georgian

* fix app_languages.php
2024-08-28 09:59:02 -06:00
FusionPBX 5702102850
Order the dashboard first by order number then by name 2024-08-27 18:17:47 -06:00
fusionate 805954ce36
Dashboard: Add Background Gradient & Angle Controls 2024-08-27 13:58:11 -06:00
FusionPBX a7b1644436
Update the dashboard path 2024-08-22 18:12:43 -06:00
Alex 1a9353ac88
Update parent.php (#7109)
* Update parent.php

* Update dashboard_edit.php

* Update app_defaults.php
2024-08-22 17:59:12 -06:00
frytimo 2cbb4dbc31
remove instances where a pointer is used in a foreach loop for value (#7108) 2024-08-22 12:41:10 -06:00
FusionPBX b0aab10872
Simplify the dashboard path 2024-08-21 16:58:44 -06:00
FusionPBX 8cfad20fd0
Update app_config.php 2024-08-20 17:44:08 -06:00
FusionPBX c1863a26e4
Update index.php 2024-08-20 17:42:46 -06:00
FusionPBX 8419ca346d
Create parent.php 2024-08-20 17:41:22 -06:00
FusionPBX 8cc646aece
Add login option for domain name for text input or select
Restoring a feature we had in previous versions.
Not a commonly used feature
2024-08-19 18:57:05 -06:00
FusionPBX 83efb46e8e
Update app_defaults.php 2024-08-16 14:58:12 -06:00
FusionPBX 0fef717961
Update the dashboard_label_enabled defaults 2024-08-16 10:11:24 -06:00
Alex e57053a3f3
Rename dashboard heading default settings (#7098)
* Update app_config.php

* Update css.php

* Update dashboard_edit.php

* Update dashboard_edit.php

* Update app_config.php
2024-08-15 14:09:24 -06:00
Anthony 02527b2342
Added translations to dashboard/app_languages.php (#7100) 2024-08-15 14:08:57 -06:00
FusionPBX 193a03291c
Update content.php
- Use vertical align for short text and align top for larger amounts of text.
- Adjust values for a row spand of 1, 2, or 3 for height and max-height
2024-08-14 19:14:17 -06:00
FusionPBX f38a51d380
Update app_config.php 2024-08-14 17:48:22 -06:00
Alex 43d102b51c
Added label enabled dashboard setting (#7096)
* Added label enabled dashboard setting
2024-08-14 17:44:11 -06:00
fusionate 5416a4dd69
Minor adjustment to comments in previous commit. 2024-08-12 16:33:52 -06:00
fusionate 0e3a861cf5
Dashboard - Edit, Menu Item - Edit: Integrate icon search. 2024-08-12 16:25:21 -06:00
fusionate 4b23913555
Update Font Awesome to v6.6.x, adjust some icon references. 2024-08-09 18:14:52 -06:00
Alex a5a579cadc
Fix spacing when you click on the expand/collapse all button (#7089) 2024-08-08 16:24:13 -06:00
frytimo 7630056bb8
Remove the unset($database) statements (#7084)
* Remove the unset($database) statements
The database object is a global variable that contains a database object reference and should not be unset.

* Update event_guard.php

* Update event_guard.php

* Update event_guard.php

---------

Co-authored-by: Tim Fry <tim@fusionpbx.com>
Co-authored-by: FusionPBX <markjcrane@gmail.com>
2024-08-06 13:19:45 -06:00
FusionPBX 1252649a0c
Replace $db with $database 2024-08-05 19:52:45 -06:00
markjcrane 22ba339505 Allow one line feed at the end of the file 2024-08-05 18:27:59 -06:00
FusionPBX cd1cc70044
Remove redundant database objects
This reduces database connections and improves performance.
2024-08-05 14:22:17 -06:00
FusionPBX 096fd4f898
Remove redundant new database objects 2024-08-05 09:31:20 -06:00
FusionPBX 30735f6587
Update menu_item_list.php 2024-08-05 09:28:19 -06:00
FusionPBX 2c4adc6d21
Add parent dashboard parent
Added for future use. Currently does nothing.
2024-08-04 10:33:19 -06:00
FusionPBX 3e9aaf7bfe
Dashboard name translation 2024-08-02 14:06:35 -06:00
FusionPBX cdcc0ee73e
Add user logout icon 2024-08-02 13:11:04 -06:00
FusionPBX aeeb9e991e
Add account settings icon 2024-08-02 12:31:43 -06:00
FusionPBX 8fd37c6c3c
Delete needs to include dashboard_groups 2024-08-02 12:19:08 -06:00
FusionPBX e2ab9129b6
Add dashboard width and height
Used when opening a new browser window
2024-08-01 23:34:30 -06:00
Alex a793eb9573
Update index.php (#7076) 2024-07-30 11:41:06 -06:00